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

# Functions

NewAdminInfo creates a new http.Handler for the admin info operation.
NewAdminInfoDefault creates AdminInfoDefault with default headers values.
NewAdminInfoOK creates AdminInfoOK with default headers values.
NewAdminInfoParams creates a new AdminInfoParams object with the default values initialized.
NewArnList creates a new http.Handler for the arn list operation.
NewArnListDefault creates ArnListDefault with default headers values.
NewArnListOK creates ArnListOK with default headers values.
NewArnListParams creates a new ArnListParams object There are no default values defined in the spec.
NewDashboardWidgetDetails creates a new http.Handler for the dashboard widget details operation.
NewDashboardWidgetDetailsDefault creates DashboardWidgetDetailsDefault with default headers values.
NewDashboardWidgetDetailsOK creates DashboardWidgetDetailsOK with default headers values.
NewDashboardWidgetDetailsParams creates a new DashboardWidgetDetailsParams object There are no default values defined in the spec.
NewListNodes creates a new http.Handler for the list nodes operation.
NewListNodesDefault creates ListNodesDefault with default headers values.
NewListNodesOK creates ListNodesOK with default headers values.
NewListNodesParams creates a new ListNodesParams object There are no default values defined in the spec.

# Constants

AdminInfoOKCode is the HTTP code returned for type AdminInfoOK.
ArnListOKCode is the HTTP code returned for type ArnListOK.
DashboardWidgetDetailsOKCode is the HTTP code returned for type DashboardWidgetDetailsOK.
ListNodesOKCode is the HTTP code returned for type ListNodesOK.

# Structs

AdminInfo swagger:route GET /admin/info System adminInfo Returns information about the deployment */.
AdminInfoDefault Generic error response.
AdminInfoOK A successful response.
AdminInfoParams contains all the bound params for the admin info operation typically these are obtained from a http.Request swagger:parameters AdminInfo.
AdminInfoURL generates an URL for the admin info operation.
ArnList swagger:route GET /admin/arns System arnList Returns a list of active ARNs in the instance */.
ArnListDefault Generic error response.
ArnListOK A successful response.
ArnListParams contains all the bound params for the arn list operation typically these are obtained from a http.Request swagger:parameters ArnList.
ArnListURL generates an URL for the arn list operation.
DashboardWidgetDetails swagger:route GET /admin/info/widgets/{widgetId} System dashboardWidgetDetails Returns information about the deployment */.
DashboardWidgetDetailsDefault Generic error response.
DashboardWidgetDetailsOK A successful response.
DashboardWidgetDetailsParams contains all the bound params for the dashboard widget details operation typically these are obtained from a http.Request swagger:parameters DashboardWidgetDetails.
DashboardWidgetDetailsURL generates an URL for the dashboard widget details operation.
ListNodes swagger:route GET /nodes System listNodes Lists Nodes */.
ListNodesDefault Generic error response.
ListNodesOK A successful response.
ListNodesParams contains all the bound params for the list nodes operation typically these are obtained from a http.Request swagger:parameters ListNodes.
ListNodesURL generates an URL for the list nodes operation.

# Interfaces

AdminInfoHandler interface for that can handle valid admin info params.
ArnListHandler interface for that can handle valid arn list params.
DashboardWidgetDetailsHandler interface for that can handle valid dashboard widget details params.
ListNodesHandler interface for that can handle valid list nodes params.

# Type aliases

AdminInfoHandlerFunc turns a function with the right signature into a admin info handler.
ArnListHandlerFunc turns a function with the right signature into a arn list handler.
DashboardWidgetDetailsHandlerFunc turns a function with the right signature into a dashboard widget details handler.
ListNodesHandlerFunc turns a function with the right signature into a list nodes handler.