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

# Functions

NewKMSAPIs creates a new http.Handler for the k m s a p is operation.
NewKMSAPIsDefault creates KMSAPIsDefault with default headers values.
NewKMSAPIsOK creates KMSAPIsOK with default headers values.
NewKMSAPIsParams creates a new KMSAPIsParams object There are no default values defined in the spec.
NewKMSCreateKey creates a new http.Handler for the k m s create key operation.
NewKMSCreateKeyCreated creates KMSCreateKeyCreated with default headers values.
NewKMSCreateKeyDefault creates KMSCreateKeyDefault with default headers values.
NewKMSCreateKeyParams creates a new KMSCreateKeyParams object There are no default values defined in the spec.
NewKMSKeyStatus creates a new http.Handler for the k m s key status operation.
NewKMSKeyStatusDefault creates KMSKeyStatusDefault with default headers values.
NewKMSKeyStatusOK creates KMSKeyStatusOK with default headers values.
NewKMSKeyStatusParams creates a new KMSKeyStatusParams object There are no default values defined in the spec.
NewKMSListKeys creates a new http.Handler for the k m s list keys operation.
NewKMSListKeysDefault creates KMSListKeysDefault with default headers values.
NewKMSListKeysOK creates KMSListKeysOK with default headers values.
NewKMSListKeysParams creates a new KMSListKeysParams object There are no default values defined in the spec.
NewKMSMetrics creates a new http.Handler for the k m s metrics operation.
NewKMSMetricsDefault creates KMSMetricsDefault with default headers values.
NewKMSMetricsOK creates KMSMetricsOK with default headers values.
NewKMSMetricsParams creates a new KMSMetricsParams object There are no default values defined in the spec.
NewKMSStatus creates a new http.Handler for the k m s status operation.
NewKMSStatusDefault creates KMSStatusDefault with default headers values.
NewKMSStatusOK creates KMSStatusOK with default headers values.
NewKMSStatusParams creates a new KMSStatusParams object There are no default values defined in the spec.
NewKMSVersion creates a new http.Handler for the k m s version operation.
NewKMSVersionDefault creates KMSVersionDefault with default headers values.
NewKMSVersionOK creates KMSVersionOK with default headers values.
NewKMSVersionParams creates a new KMSVersionParams object There are no default values defined in the spec.

# Constants

KMSAPIsOKCode is the HTTP code returned for type KMSAPIsOK.
KMSCreateKeyCreatedCode is the HTTP code returned for type KMSCreateKeyCreated.
KMSKeyStatusOKCode is the HTTP code returned for type KMSKeyStatusOK.
KMSListKeysOKCode is the HTTP code returned for type KMSListKeysOK.
KMSMetricsOKCode is the HTTP code returned for type KMSMetricsOK.
KMSStatusOKCode is the HTTP code returned for type KMSStatusOK.
KMSVersionOKCode is the HTTP code returned for type KMSVersionOK.

# Structs

KMSAPIs swagger:route GET /kms/apis KMS kMSAPIs KMS apis */.
KMSAPIsDefault Generic error response.
KMSAPIsOK A successful response.
KMSAPIsParams contains all the bound params for the k m s a p is operation typically these are obtained from a http.Request swagger:parameters KMSAPIs.
KMSAPIsURL generates an URL for the k m s a p is operation.
KMSCreateKey swagger:route POST /kms/keys KMS kMSCreateKey KMS create key */.
KMSCreateKeyCreated A successful response.
KMSCreateKeyDefault Generic error response.
KMSCreateKeyParams contains all the bound params for the k m s create key operation typically these are obtained from a http.Request swagger:parameters KMSCreateKey.
KMSCreateKeyURL generates an URL for the k m s create key operation.
KMSKeyStatus swagger:route GET /kms/keys/{name} KMS kMSKeyStatus KMS key status */.
KMSKeyStatusDefault Generic error response.
KMSKeyStatusOK A successful response.
KMSKeyStatusParams contains all the bound params for the k m s key status operation typically these are obtained from a http.Request swagger:parameters KMSKeyStatus.
KMSKeyStatusURL generates an URL for the k m s key status operation.
KMSListKeys swagger:route GET /kms/keys KMS kMSListKeys KMS list keys */.
KMSListKeysDefault Generic error response.
KMSListKeysOK A successful response.
KMSListKeysParams contains all the bound params for the k m s list keys operation typically these are obtained from a http.Request swagger:parameters KMSListKeys.
KMSListKeysURL generates an URL for the k m s list keys operation.
KMSMetrics swagger:route GET /kms/metrics KMS kMSMetrics KMS metrics */.
KMSMetricsDefault Generic error response.
KMSMetricsOK A successful response.
KMSMetricsParams contains all the bound params for the k m s metrics operation typically these are obtained from a http.Request swagger:parameters KMSMetrics.
KMSMetricsURL generates an URL for the k m s metrics operation.
KMSStatus swagger:route GET /kms/status KMS kMSStatus KMS status */.
KMSStatusDefault Generic error response.
KMSStatusOK A successful response.
KMSStatusParams contains all the bound params for the k m s status operation typically these are obtained from a http.Request swagger:parameters KMSStatus.
KMSStatusURL generates an URL for the k m s status operation.
KMSVersion swagger:route GET /kms/version KMS kMSVersion KMS version */.
KMSVersionDefault Generic error response.
KMSVersionOK A successful response.
KMSVersionParams contains all the bound params for the k m s version operation typically these are obtained from a http.Request swagger:parameters KMSVersion.
KMSVersionURL generates an URL for the k m s version operation.

# Interfaces

KMSAPIsHandler interface for that can handle valid k m s a p is params.
KMSCreateKeyHandler interface for that can handle valid k m s create key params.
KMSKeyStatusHandler interface for that can handle valid k m s key status params.
KMSListKeysHandler interface for that can handle valid k m s list keys params.
KMSMetricsHandler interface for that can handle valid k m s metrics params.
KMSStatusHandler interface for that can handle valid k m s status params.
KMSVersionHandler interface for that can handle valid k m s version params.

# Type aliases

KMSAPIsHandlerFunc turns a function with the right signature into a k m s a p is handler.
KMSCreateKeyHandlerFunc turns a function with the right signature into a k m s create key handler.
KMSKeyStatusHandlerFunc turns a function with the right signature into a k m s key status handler.
KMSListKeysHandlerFunc turns a function with the right signature into a k m s list keys handler.
KMSMetricsHandlerFunc turns a function with the right signature into a k m s metrics handler.
KMSStatusHandlerFunc turns a function with the right signature into a k m s status handler.
KMSVersionHandlerFunc turns a function with the right signature into a k m s version handler.