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

# Functions

NewAddUser creates a new http.Handler for the add user operation.
NewAddUserCreated creates AddUserCreated with default headers values.
NewAddUserDefault creates AddUserDefault with default headers values.
NewAddUserParams creates a new AddUserParams object There are no default values defined in the spec.
NewBulkUpdateUsersGroups creates a new http.Handler for the bulk update users groups operation.
NewBulkUpdateUsersGroupsDefault creates BulkUpdateUsersGroupsDefault with default headers values.
NewBulkUpdateUsersGroupsOK creates BulkUpdateUsersGroupsOK with default headers values.
NewBulkUpdateUsersGroupsParams creates a new BulkUpdateUsersGroupsParams object There are no default values defined in the spec.
NewCheckUserServiceAccounts creates a new http.Handler for the check user service accounts operation.
NewCheckUserServiceAccountsDefault creates CheckUserServiceAccountsDefault with default headers values.
NewCheckUserServiceAccountsOK creates CheckUserServiceAccountsOK with default headers values.
NewCheckUserServiceAccountsParams creates a new CheckUserServiceAccountsParams object There are no default values defined in the spec.
NewCreateAUserServiceAccount creates a new http.Handler for the create a user service account operation.
NewCreateAUserServiceAccountCreated creates CreateAUserServiceAccountCreated with default headers values.
NewCreateAUserServiceAccountDefault creates CreateAUserServiceAccountDefault with default headers values.
NewCreateAUserServiceAccountParams creates a new CreateAUserServiceAccountParams object There are no default values defined in the spec.
NewCreateServiceAccountCredentials creates a new http.Handler for the create service account credentials operation.
NewCreateServiceAccountCredentialsCreated creates CreateServiceAccountCredentialsCreated with default headers values.
NewCreateServiceAccountCredentialsDefault creates CreateServiceAccountCredentialsDefault with default headers values.
NewCreateServiceAccountCredentialsParams creates a new CreateServiceAccountCredentialsParams object There are no default values defined in the spec.
NewGetUserInfo creates a new http.Handler for the get user info operation.
NewGetUserInfoDefault creates GetUserInfoDefault with default headers values.
NewGetUserInfoOK creates GetUserInfoOK with default headers values.
NewGetUserInfoParams creates a new GetUserInfoParams object There are no default values defined in the spec.
NewListAUserServiceAccounts creates a new http.Handler for the list a user service accounts operation.
NewListAUserServiceAccountsDefault creates ListAUserServiceAccountsDefault with default headers values.
NewListAUserServiceAccountsOK creates ListAUserServiceAccountsOK with default headers values.
NewListAUserServiceAccountsParams creates a new ListAUserServiceAccountsParams object There are no default values defined in the spec.
NewListUsers creates a new http.Handler for the list users operation.
NewListUsersDefault creates ListUsersDefault with default headers values.
NewListUsersOK creates ListUsersOK with default headers values.
NewListUsersParams creates a new ListUsersParams object with the default values initialized.
NewRemoveUser creates a new http.Handler for the remove user operation.
NewRemoveUserDefault creates RemoveUserDefault with default headers values.
NewRemoveUserNoContent creates RemoveUserNoContent with default headers values.
NewRemoveUserParams creates a new RemoveUserParams object There are no default values defined in the spec.
NewUpdateUserGroups creates a new http.Handler for the update user groups operation.
NewUpdateUserGroupsDefault creates UpdateUserGroupsDefault with default headers values.
NewUpdateUserGroupsOK creates UpdateUserGroupsOK with default headers values.
NewUpdateUserGroupsParams creates a new UpdateUserGroupsParams object There are no default values defined in the spec.
NewUpdateUserInfo creates a new http.Handler for the update user info operation.
NewUpdateUserInfoDefault creates UpdateUserInfoDefault with default headers values.
NewUpdateUserInfoOK creates UpdateUserInfoOK with default headers values.
NewUpdateUserInfoParams creates a new UpdateUserInfoParams object There are no default values defined in the spec.

# Constants

AddUserCreatedCode is the HTTP code returned for type AddUserCreated.
BulkUpdateUsersGroupsOKCode is the HTTP code returned for type BulkUpdateUsersGroupsOK.
CheckUserServiceAccountsOKCode is the HTTP code returned for type CheckUserServiceAccountsOK.
CreateAUserServiceAccountCreatedCode is the HTTP code returned for type CreateAUserServiceAccountCreated.
CreateServiceAccountCredentialsCreatedCode is the HTTP code returned for type CreateServiceAccountCredentialsCreated.
GetUserInfoOKCode is the HTTP code returned for type GetUserInfoOK.
ListAUserServiceAccountsOKCode is the HTTP code returned for type ListAUserServiceAccountsOK.
ListUsersOKCode is the HTTP code returned for type ListUsersOK.
RemoveUserNoContentCode is the HTTP code returned for type RemoveUserNoContent.
UpdateUserGroupsOKCode is the HTTP code returned for type UpdateUserGroupsOK.
UpdateUserInfoOKCode is the HTTP code returned for type UpdateUserInfoOK.

# Structs

AddUser swagger:route POST /users User addUser Add User */.
AddUserCreated A successful response.
AddUserDefault Generic error response.
AddUserParams contains all the bound params for the add user operation typically these are obtained from a http.Request swagger:parameters AddUser.
AddUserURL generates an URL for the add user operation.
BulkUpdateUsersGroups swagger:route PUT /users-groups-bulk User bulkUpdateUsersGroups Bulk functionality to Add Users to Groups */.
BulkUpdateUsersGroupsDefault Generic error response.
BulkUpdateUsersGroupsOK A successful response.
BulkUpdateUsersGroupsParams contains all the bound params for the bulk update users groups operation typically these are obtained from a http.Request swagger:parameters BulkUpdateUsersGroups.
BulkUpdateUsersGroupsURL generates an URL for the bulk update users groups operation.
CheckUserServiceAccounts swagger:route POST /users/service-accounts User checkUserServiceAccounts Check number of service accounts for each user specified */.
CheckUserServiceAccountsDefault Generic error response.
CheckUserServiceAccountsOK A successful response.
CheckUserServiceAccountsParams contains all the bound params for the check user service accounts operation typically these are obtained from a http.Request swagger:parameters CheckUserServiceAccounts.
CheckUserServiceAccountsURL generates an URL for the check user service accounts operation.
CreateAUserServiceAccount swagger:route POST /user/{name}/service-accounts User createAUserServiceAccount Create Service Account for User */.
CreateAUserServiceAccountCreated A successful response.
CreateAUserServiceAccountDefault Generic error response.
CreateAUserServiceAccountParams contains all the bound params for the create a user service account operation typically these are obtained from a http.Request swagger:parameters CreateAUserServiceAccount.
CreateAUserServiceAccountURL generates an URL for the create a user service account operation.
CreateServiceAccountCredentials swagger:route POST /user/{name}/service-account-credentials User createServiceAccountCredentials Create Service Account for User With Credentials */.
CreateServiceAccountCredentialsCreated A successful response.
CreateServiceAccountCredentialsDefault Generic error response.
CreateServiceAccountCredentialsParams contains all the bound params for the create service account credentials operation typically these are obtained from a http.Request swagger:parameters CreateServiceAccountCredentials.
CreateServiceAccountCredentialsURL generates an URL for the create service account credentials operation.
GetUserInfo swagger:route GET /user/{name} User getUserInfo Get User Info */.
GetUserInfoDefault Generic error response.
GetUserInfoOK A successful response.
GetUserInfoParams contains all the bound params for the get user info operation typically these are obtained from a http.Request swagger:parameters GetUserInfo.
GetUserInfoURL generates an URL for the get user info operation.
ListAUserServiceAccounts swagger:route GET /user/{name}/service-accounts User listAUserServiceAccounts returns a list of service accounts for a user */.
ListAUserServiceAccountsDefault Generic error response.
ListAUserServiceAccountsOK A successful response.
ListAUserServiceAccountsParams contains all the bound params for the list a user service accounts operation typically these are obtained from a http.Request swagger:parameters ListAUserServiceAccounts.
ListAUserServiceAccountsURL generates an URL for the list a user service accounts operation.
ListUsers swagger:route GET /users User listUsers List Users */.
ListUsersDefault Generic error response.
ListUsersOK A successful response.
ListUsersParams contains all the bound params for the list users operation typically these are obtained from a http.Request swagger:parameters ListUsers.
ListUsersURL generates an URL for the list users operation.
RemoveUser swagger:route DELETE /user/{name} User removeUser Remove user */.
RemoveUserDefault Generic error response.
RemoveUserNoContent A successful response.
RemoveUserParams contains all the bound params for the remove user operation typically these are obtained from a http.Request swagger:parameters RemoveUser.
RemoveUserURL generates an URL for the remove user operation.
UpdateUserGroups swagger:route PUT /user/{name}/groups User updateUserGroups Update Groups for a user */.
UpdateUserGroupsDefault Generic error response.
UpdateUserGroupsOK A successful response.
UpdateUserGroupsParams contains all the bound params for the update user groups operation typically these are obtained from a http.Request swagger:parameters UpdateUserGroups.
UpdateUserGroupsURL generates an URL for the update user groups operation.
UpdateUserInfo swagger:route PUT /user/{name} User updateUserInfo Update User Info */.
UpdateUserInfoDefault Generic error response.
UpdateUserInfoOK A successful response.
UpdateUserInfoParams contains all the bound params for the update user info operation typically these are obtained from a http.Request swagger:parameters UpdateUserInfo.
UpdateUserInfoURL generates an URL for the update user info operation.

# Interfaces

AddUserHandler interface for that can handle valid add user params.
BulkUpdateUsersGroupsHandler interface for that can handle valid bulk update users groups params.
CheckUserServiceAccountsHandler interface for that can handle valid check user service accounts params.
CreateAUserServiceAccountHandler interface for that can handle valid create a user service account params.
CreateServiceAccountCredentialsHandler interface for that can handle valid create service account credentials params.
GetUserInfoHandler interface for that can handle valid get user info params.
ListAUserServiceAccountsHandler interface for that can handle valid list a user service accounts params.
ListUsersHandler interface for that can handle valid list users params.
RemoveUserHandler interface for that can handle valid remove user params.
UpdateUserGroupsHandler interface for that can handle valid update user groups params.
UpdateUserInfoHandler interface for that can handle valid update user info params.

# Type aliases

AddUserHandlerFunc turns a function with the right signature into a add user handler.
BulkUpdateUsersGroupsHandlerFunc turns a function with the right signature into a bulk update users groups handler.
CheckUserServiceAccountsHandlerFunc turns a function with the right signature into a check user service accounts handler.
CreateAUserServiceAccountHandlerFunc turns a function with the right signature into a create a user service account handler.
CreateServiceAccountCredentialsHandlerFunc turns a function with the right signature into a create service account credentials handler.
GetUserInfoHandlerFunc turns a function with the right signature into a get user info handler.
ListAUserServiceAccountsHandlerFunc turns a function with the right signature into a list a user service accounts handler.
ListUsersHandlerFunc turns a function with the right signature into a list users handler.
RemoveUserHandlerFunc turns a function with the right signature into a remove user handler.
UpdateUserGroupsHandlerFunc turns a function with the right signature into a update user groups handler.
UpdateUserInfoHandlerFunc turns a function with the right signature into a update user info handler.