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

# Functions

NewSubnetAPIKey creates a new http.Handler for the subnet Api key operation.
NewSubnetAPIKeyDefault creates SubnetAPIKeyDefault with default headers values.
NewSubnetAPIKeyOK creates SubnetAPIKeyOK with default headers values.
NewSubnetAPIKeyParams creates a new SubnetAPIKeyParams object There are no default values defined in the spec.
NewSubnetInfo creates a new http.Handler for the subnet info operation.
NewSubnetInfoDefault creates SubnetInfoDefault with default headers values.
NewSubnetInfoOK creates SubnetInfoOK with default headers values.
NewSubnetInfoParams creates a new SubnetInfoParams object There are no default values defined in the spec.
NewSubnetLogin creates a new http.Handler for the subnet login operation.
NewSubnetLoginDefault creates SubnetLoginDefault with default headers values.
NewSubnetLoginMFA creates a new http.Handler for the subnet login m f a operation.
NewSubnetLoginMFADefault creates SubnetLoginMFADefault with default headers values.
NewSubnetLoginMFAOK creates SubnetLoginMFAOK with default headers values.
NewSubnetLoginMFAParams creates a new SubnetLoginMFAParams object There are no default values defined in the spec.
NewSubnetLoginOK creates SubnetLoginOK with default headers values.
NewSubnetLoginParams creates a new SubnetLoginParams object There are no default values defined in the spec.
NewSubnetRegister creates a new http.Handler for the subnet register operation.
NewSubnetRegisterDefault creates SubnetRegisterDefault with default headers values.
NewSubnetRegisterOK creates SubnetRegisterOK with default headers values.
NewSubnetRegisterParams creates a new SubnetRegisterParams object There are no default values defined in the spec.
NewSubnetRegToken creates a new http.Handler for the subnet reg token operation.
NewSubnetRegTokenDefault creates SubnetRegTokenDefault with default headers values.
NewSubnetRegTokenOK creates SubnetRegTokenOK with default headers values.
NewSubnetRegTokenParams creates a new SubnetRegTokenParams object There are no default values defined in the spec.

# Constants

SubnetAPIKeyOKCode is the HTTP code returned for type SubnetAPIKeyOK.
SubnetInfoOKCode is the HTTP code returned for type SubnetInfoOK.
SubnetLoginMFAOKCode is the HTTP code returned for type SubnetLoginMFAOK.
SubnetLoginOKCode is the HTTP code returned for type SubnetLoginOK.
SubnetRegisterOKCode is the HTTP code returned for type SubnetRegisterOK.
SubnetRegTokenOKCode is the HTTP code returned for type SubnetRegTokenOK.

# Structs

SubnetAPIKey swagger:route GET /subnet/apikey Subnet subnetApiKey Subnet api key */.
SubnetAPIKeyDefault Generic error response.
SubnetAPIKeyOK A successful response.
SubnetAPIKeyParams contains all the bound params for the subnet Api key operation typically these are obtained from a http.Request swagger:parameters SubnetApiKey.
SubnetAPIKeyURL generates an URL for the subnet Api key operation.
SubnetInfo swagger:route GET /subnet/info Subnet subnetInfo Subnet info */.
SubnetInfoDefault Generic error response.
SubnetInfoOK A successful response.
SubnetInfoParams contains all the bound params for the subnet info operation typically these are obtained from a http.Request swagger:parameters SubnetInfo.
SubnetInfoURL generates an URL for the subnet info operation.
SubnetLogin swagger:route POST /subnet/login Subnet subnetLogin Login to SUBNET */.
SubnetLoginDefault Generic error response.
SubnetLoginMFA swagger:route POST /subnet/login/mfa Subnet subnetLoginMFA Login to SUBNET using mfa */.
SubnetLoginMFADefault Generic error response.
SubnetLoginMFAOK A successful response.
SubnetLoginMFAParams contains all the bound params for the subnet login m f a operation typically these are obtained from a http.Request swagger:parameters SubnetLoginMFA.
SubnetLoginMFAURL generates an URL for the subnet login m f a operation.
SubnetLoginOK A successful response.
SubnetLoginParams contains all the bound params for the subnet login operation typically these are obtained from a http.Request swagger:parameters SubnetLogin.
SubnetLoginURL generates an URL for the subnet login operation.
SubnetRegister swagger:route POST /subnet/register Subnet subnetRegister Register cluster with Subnet */.
SubnetRegisterDefault Generic error response.
SubnetRegisterOK A successful response.
SubnetRegisterParams contains all the bound params for the subnet register operation typically these are obtained from a http.Request swagger:parameters SubnetRegister.
SubnetRegisterURL generates an URL for the subnet register operation.
SubnetRegToken swagger:route GET /subnet/registration-token Subnet subnetRegToken SUBNET registraton token */.
SubnetRegTokenDefault Generic error response.
SubnetRegTokenOK A successful response.
SubnetRegTokenParams contains all the bound params for the subnet reg token operation typically these are obtained from a http.Request swagger:parameters SubnetRegToken.
SubnetRegTokenURL generates an URL for the subnet reg token operation.

# Interfaces

SubnetAPIKeyHandler interface for that can handle valid subnet Api key params.
SubnetInfoHandler interface for that can handle valid subnet info params.
SubnetLoginHandler interface for that can handle valid subnet login params.
SubnetLoginMFAHandler interface for that can handle valid subnet login m f a params.
SubnetRegisterHandler interface for that can handle valid subnet register params.
SubnetRegTokenHandler interface for that can handle valid subnet reg token params.

# Type aliases

SubnetAPIKeyHandlerFunc turns a function with the right signature into a subnet Api key handler.
SubnetInfoHandlerFunc turns a function with the right signature into a subnet info handler.
SubnetLoginHandlerFunc turns a function with the right signature into a subnet login handler.
SubnetLoginMFAHandlerFunc turns a function with the right signature into a subnet login m f a handler.
SubnetRegisterHandlerFunc turns a function with the right signature into a subnet register handler.
SubnetRegTokenHandlerFunc turns a function with the right signature into a subnet reg token handler.