# Functions
NewAddNotificationEndpoint creates a new http.Handler for the add notification endpoint operation.
NewAddNotificationEndpointCreated creates AddNotificationEndpointCreated with default headers values.
NewAddNotificationEndpointDefault creates AddNotificationEndpointDefault with default headers values.
NewAddNotificationEndpointParams creates a new AddNotificationEndpointParams object
There are no default values defined in the spec.
NewConfigInfo creates a new http.Handler for the config info operation.
NewConfigInfoDefault creates ConfigInfoDefault with default headers values.
NewConfigInfoOK creates ConfigInfoOK with default headers values.
NewConfigInfoParams creates a new ConfigInfoParams object
There are no default values defined in the spec.
NewExportConfig creates a new http.Handler for the export config operation.
NewExportConfigDefault creates ExportConfigDefault with default headers values.
NewExportConfigOK creates ExportConfigOK with default headers values.
NewExportConfigParams creates a new ExportConfigParams object
There are no default values defined in the spec.
NewListConfig creates a new http.Handler for the list config operation.
NewListConfigDefault creates ListConfigDefault with default headers values.
NewListConfigOK creates ListConfigOK with default headers values.
NewListConfigParams creates a new ListConfigParams object with the default values initialized.
NewNotificationEndpointList creates a new http.Handler for the notification endpoint list operation.
NewNotificationEndpointListDefault creates NotificationEndpointListDefault with default headers values.
NewNotificationEndpointListOK creates NotificationEndpointListOK with default headers values.
NewNotificationEndpointListParams creates a new NotificationEndpointListParams object
There are no default values defined in the spec.
NewPostConfigsImport creates a new http.Handler for the post configs import operation.
NewPostConfigsImportDefault creates PostConfigsImportDefault with default headers values.
NewPostConfigsImportOK creates PostConfigsImportOK with default headers values.
NewPostConfigsImportParams creates a new PostConfigsImportParams object
There are no default values defined in the spec.
NewResetConfig creates a new http.Handler for the reset config operation.
NewResetConfigDefault creates ResetConfigDefault with default headers values.
NewResetConfigOK creates ResetConfigOK with default headers values.
NewResetConfigParams creates a new ResetConfigParams object
There are no default values defined in the spec.
NewSetConfig creates a new http.Handler for the set config operation.
NewSetConfigDefault creates SetConfigDefault with default headers values.
NewSetConfigOK creates SetConfigOK with default headers values.
NewSetConfigParams creates a new SetConfigParams object
There are no default values defined in the spec.
# Constants
AddNotificationEndpointCreatedCode is the HTTP code returned for type AddNotificationEndpointCreated.
ConfigInfoOKCode is the HTTP code returned for type ConfigInfoOK.
ExportConfigOKCode is the HTTP code returned for type ExportConfigOK.
ListConfigOKCode is the HTTP code returned for type ListConfigOK.
NotificationEndpointListOKCode is the HTTP code returned for type NotificationEndpointListOK.
PostConfigsImportOKCode is the HTTP code returned for type PostConfigsImportOK.
ResetConfigOKCode is the HTTP code returned for type ResetConfigOK.
SetConfigOKCode is the HTTP code returned for type SetConfigOK.
# Variables
PostConfigsImportMaxParseMemory sets the maximum size in bytes for the multipart form parser for this operation.
# Structs
AddNotificationEndpoint swagger:route POST /admin/notification_endpoints Configuration addNotificationEndpoint
Allows to configure a new notification endpoint
*/.
AddNotificationEndpointCreated A successful response.
AddNotificationEndpointDefault Generic error response.
AddNotificationEndpointParams contains all the bound params for the add notification endpoint operation typically these are obtained from a http.Request
swagger:parameters AddNotificationEndpoint.
AddNotificationEndpointURL generates an URL for the add notification endpoint operation.
ConfigInfo swagger:route GET /configs/{name} Configuration configInfo
Configuration info
*/.
ConfigInfoDefault Generic error response.
ConfigInfoOK A successful response.
ConfigInfoParams contains all the bound params for the config info operation typically these are obtained from a http.Request
swagger:parameters ConfigInfo.
ConfigInfoURL generates an URL for the config info operation.
ExportConfig swagger:route GET /configs/export Configuration exportConfig
Export the current config from MinIO server
*/.
ExportConfigDefault Generic error response.
ExportConfigOK A successful response.
ExportConfigParams contains all the bound params for the export config operation typically these are obtained from a http.Request
swagger:parameters ExportConfig.
ExportConfigURL generates an URL for the export config operation.
ListConfig swagger:route GET /configs Configuration listConfig
List Configurations
*/.
ListConfigDefault Generic error response.
ListConfigOK A successful response.
ListConfigParams contains all the bound params for the list config operation typically these are obtained from a http.Request
swagger:parameters ListConfig.
ListConfigURL generates an URL for the list config operation.
NotificationEndpointList swagger:route GET /admin/notification_endpoints Configuration notificationEndpointList
Returns a list of active notification endpoints
*/.
NotificationEndpointListDefault Generic error response.
NotificationEndpointListOK A successful response.
NotificationEndpointListParams contains all the bound params for the notification endpoint list operation typically these are obtained from a http.Request
swagger:parameters NotificationEndpointList.
NotificationEndpointListURL generates an URL for the notification endpoint list operation.
PostConfigsImport swagger:route POST /configs/import Configuration postConfigsImport
Uploads a file to import MinIO server config.
PostConfigsImportDefault Generic error response.
PostConfigsImportOK A successful response.
PostConfigsImportParams contains all the bound params for the post configs import operation typically these are obtained from a http.Request
swagger:parameters PostConfigsImport.
PostConfigsImportURL generates an URL for the post configs import operation.
ResetConfig swagger:route POST /configs/{name}/reset Configuration resetConfig
Configuration reset
*/.
ResetConfigDefault Generic error response.
ResetConfigOK A successful response.
ResetConfigParams contains all the bound params for the reset config operation typically these are obtained from a http.Request
swagger:parameters ResetConfig.
ResetConfigURL generates an URL for the reset config operation.
SetConfig swagger:route PUT /configs/{name} Configuration setConfig
Set Configuration
*/.
SetConfigDefault Generic error response.
SetConfigOK A successful response.
SetConfigParams contains all the bound params for the set config operation typically these are obtained from a http.Request
swagger:parameters SetConfig.
SetConfigURL generates an URL for the set config operation.
# Interfaces
AddNotificationEndpointHandler interface for that can handle valid add notification endpoint params.
ConfigInfoHandler interface for that can handle valid config info params.
ExportConfigHandler interface for that can handle valid export config params.
ListConfigHandler interface for that can handle valid list config params.
NotificationEndpointListHandler interface for that can handle valid notification endpoint list params.
PostConfigsImportHandler interface for that can handle valid post configs import params.
ResetConfigHandler interface for that can handle valid reset config params.
SetConfigHandler interface for that can handle valid set config params.
# Type aliases
AddNotificationEndpointHandlerFunc turns a function with the right signature into a add notification endpoint handler.
ConfigInfoHandlerFunc turns a function with the right signature into a config info handler.
ExportConfigHandlerFunc turns a function with the right signature into a export config handler.
ListConfigHandlerFunc turns a function with the right signature into a list config handler.
NotificationEndpointListHandlerFunc turns a function with the right signature into a notification endpoint list handler.
PostConfigsImportHandlerFunc turns a function with the right signature into a post configs import handler.
ResetConfigHandlerFunc turns a function with the right signature into a reset config handler.
SetConfigHandlerFunc turns a function with the right signature into a set config handler.