package
1.7.6
Repository: https://github.com/minio/console.git
Documentation: pkg.go.dev

# Functions

NewCreateConfiguration creates a new http.Handler for the create configuration operation.
NewCreateConfigurationCreated creates CreateConfigurationCreated with default headers values.
NewCreateConfigurationDefault creates CreateConfigurationDefault with default headers values.
NewCreateConfigurationParams creates a new CreateConfigurationParams object There are no default values defined in the spec.
NewDeleteConfiguration creates a new http.Handler for the delete configuration operation.
NewDeleteConfigurationDefault creates DeleteConfigurationDefault with default headers values.
NewDeleteConfigurationOK creates DeleteConfigurationOK with default headers values.
NewDeleteConfigurationParams creates a new DeleteConfigurationParams object There are no default values defined in the spec.
NewGetConfiguration creates a new http.Handler for the get configuration operation.
NewGetConfigurationDefault creates GetConfigurationDefault with default headers values.
NewGetConfigurationOK creates GetConfigurationOK with default headers values.
NewGetConfigurationParams creates a new GetConfigurationParams object There are no default values defined in the spec.
NewGetLDAPEntities creates a new http.Handler for the get l d a p entities operation.
NewGetLDAPEntitiesDefault creates GetLDAPEntitiesDefault with default headers values.
NewGetLDAPEntitiesOK creates GetLDAPEntitiesOK with default headers values.
NewGetLDAPEntitiesParams creates a new GetLDAPEntitiesParams object There are no default values defined in the spec.
NewListConfigurations creates a new http.Handler for the list configurations operation.
NewListConfigurationsDefault creates ListConfigurationsDefault with default headers values.
NewListConfigurationsOK creates ListConfigurationsOK with default headers values.
NewListConfigurationsParams creates a new ListConfigurationsParams object There are no default values defined in the spec.
NewUpdateConfiguration creates a new http.Handler for the update configuration operation.
NewUpdateConfigurationDefault creates UpdateConfigurationDefault with default headers values.
NewUpdateConfigurationOK creates UpdateConfigurationOK with default headers values.
NewUpdateConfigurationParams creates a new UpdateConfigurationParams object There are no default values defined in the spec.

# Constants

CreateConfigurationCreatedCode is the HTTP code returned for type CreateConfigurationCreated.
DeleteConfigurationOKCode is the HTTP code returned for type DeleteConfigurationOK.
GetConfigurationOKCode is the HTTP code returned for type GetConfigurationOK.
GetLDAPEntitiesOKCode is the HTTP code returned for type GetLDAPEntitiesOK.
ListConfigurationsOKCode is the HTTP code returned for type ListConfigurationsOK.
UpdateConfigurationOKCode is the HTTP code returned for type UpdateConfigurationOK.

# Structs

CreateConfiguration swagger:route POST /idp/{type} idp createConfiguration Create IDP Configuration */.
CreateConfigurationCreated A successful response.
CreateConfigurationDefault Generic error response.
CreateConfigurationParams contains all the bound params for the create configuration operation typically these are obtained from a http.Request swagger:parameters CreateConfiguration.
CreateConfigurationURL generates an URL for the create configuration operation.
DeleteConfiguration swagger:route DELETE /idp/{type}/{name} idp deleteConfiguration Delete IDP Configuration */.
DeleteConfigurationDefault Generic error response.
DeleteConfigurationOK A successful response.
DeleteConfigurationParams contains all the bound params for the delete configuration operation typically these are obtained from a http.Request swagger:parameters DeleteConfiguration.
DeleteConfigurationURL generates an URL for the delete configuration operation.
GetConfiguration swagger:route GET /idp/{type}/{name} idp getConfiguration Get IDP Configuration */.
GetConfigurationDefault Generic error response.
GetConfigurationOK A successful response.
GetConfigurationParams contains all the bound params for the get configuration operation typically these are obtained from a http.Request swagger:parameters GetConfiguration.
GetConfigurationURL generates an URL for the get configuration operation.
GetLDAPEntities swagger:route POST /ldap-entities idp getLDAPEntities Get LDAP Entities */.
GetLDAPEntitiesDefault Generic error response.
GetLDAPEntitiesOK A successful response.
GetLDAPEntitiesParams contains all the bound params for the get l d a p entities operation typically these are obtained from a http.Request swagger:parameters GetLDAPEntities.
GetLDAPEntitiesURL generates an URL for the get l d a p entities operation.
ListConfigurations swagger:route GET /idp/{type} idp listConfigurations List IDP Configurations */.
ListConfigurationsDefault Generic error response.
ListConfigurationsOK A successful response.
ListConfigurationsParams contains all the bound params for the list configurations operation typically these are obtained from a http.Request swagger:parameters ListConfigurations.
ListConfigurationsURL generates an URL for the list configurations operation.
UpdateConfiguration swagger:route PUT /idp/{type}/{name} idp updateConfiguration Update IDP Configuration */.
UpdateConfigurationDefault Generic error response.
UpdateConfigurationOK A successful response.
UpdateConfigurationParams contains all the bound params for the update configuration operation typically these are obtained from a http.Request swagger:parameters UpdateConfiguration.
UpdateConfigurationURL generates an URL for the update configuration operation.

# Interfaces

CreateConfigurationHandler interface for that can handle valid create configuration params.
DeleteConfigurationHandler interface for that can handle valid delete configuration params.
GetConfigurationHandler interface for that can handle valid get configuration params.
GetLDAPEntitiesHandler interface for that can handle valid get l d a p entities params.
ListConfigurationsHandler interface for that can handle valid list configurations params.
UpdateConfigurationHandler interface for that can handle valid update configuration params.

# Type aliases

CreateConfigurationHandlerFunc turns a function with the right signature into a create configuration handler.
DeleteConfigurationHandlerFunc turns a function with the right signature into a delete configuration handler.
GetConfigurationHandlerFunc turns a function with the right signature into a get configuration handler.
GetLDAPEntitiesHandlerFunc turns a function with the right signature into a get l d a p entities handler.
ListConfigurationsHandlerFunc turns a function with the right signature into a list configurations handler.
UpdateConfigurationHandlerFunc turns a function with the right signature into a update configuration handler.