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

# Functions

NewLogin creates a new http.Handler for the login operation.
NewLoginDefault creates LoginDefault with default headers values.
NewLoginDetail creates a new http.Handler for the login detail operation.
NewLoginDetailDefault creates LoginDetailDefault with default headers values.
NewLoginDetailOK creates LoginDetailOK with default headers values.
NewLoginDetailParams creates a new LoginDetailParams object There are no default values defined in the spec.
NewLoginNoContent creates LoginNoContent with default headers values.
NewLoginOauth2Auth creates a new http.Handler for the login oauth2 auth operation.
NewLoginOauth2AuthDefault creates LoginOauth2AuthDefault with default headers values.
NewLoginOauth2AuthNoContent creates LoginOauth2AuthNoContent with default headers values.
NewLoginOauth2AuthParams creates a new LoginOauth2AuthParams object There are no default values defined in the spec.
NewLoginParams creates a new LoginParams object There are no default values defined in the spec.
NewLogout creates a new http.Handler for the logout operation.
NewLogoutDefault creates LogoutDefault with default headers values.
NewLogoutOK creates LogoutOK with default headers values.
NewLogoutParams creates a new LogoutParams object There are no default values defined in the spec.
NewSessionCheck creates a new http.Handler for the session check operation.
NewSessionCheckDefault creates SessionCheckDefault with default headers values.
NewSessionCheckOK creates SessionCheckOK with default headers values.
NewSessionCheckParams creates a new SessionCheckParams object There are no default values defined in the spec.

# Constants

LoginDetailOKCode is the HTTP code returned for type LoginDetailOK.
LoginNoContentCode is the HTTP code returned for type LoginNoContent.
LoginOauth2AuthNoContentCode is the HTTP code returned for type LoginOauth2AuthNoContent.
LogoutOKCode is the HTTP code returned for type LogoutOK.
SessionCheckOKCode is the HTTP code returned for type SessionCheckOK.

# Structs

Login swagger:route POST /login Auth login Login to Console */.
LoginDefault Generic error response.
LoginDetail swagger:route GET /login Auth loginDetail Returns login strategy, form or sso.
LoginDetailDefault Generic error response.
LoginDetailOK A successful response.
LoginDetailParams contains all the bound params for the login detail operation typically these are obtained from a http.Request swagger:parameters LoginDetail.
LoginDetailURL generates an URL for the login detail operation.
LoginNoContent A successful login.
LoginOauth2Auth swagger:route POST /login/oauth2/auth Auth loginOauth2Auth Identity Provider oauth2 callback endpoint.
LoginOauth2AuthDefault Generic error response.
LoginOauth2AuthNoContent A successful login.
LoginOauth2AuthParams contains all the bound params for the login oauth2 auth operation typically these are obtained from a http.Request swagger:parameters LoginOauth2Auth.
LoginOauth2AuthURL generates an URL for the login oauth2 auth operation.
LoginParams contains all the bound params for the login operation typically these are obtained from a http.Request swagger:parameters Login.
LoginURL generates an URL for the login operation.
Logout swagger:route POST /logout Auth logout Logout from Console.
LogoutDefault Generic error response.
LogoutOK A successful response.
LogoutParams contains all the bound params for the logout operation typically these are obtained from a http.Request swagger:parameters Logout.
LogoutURL generates an URL for the logout operation.
SessionCheck swagger:route GET /session Auth sessionCheck Endpoint to check if your session is still valid */.
SessionCheckDefault Generic error response.
SessionCheckOK A successful response.
SessionCheckParams contains all the bound params for the session check operation typically these are obtained from a http.Request swagger:parameters SessionCheck.
SessionCheckURL generates an URL for the session check operation.

# Interfaces

LoginDetailHandler interface for that can handle valid login detail params.
LoginHandler interface for that can handle valid login params.
LoginOauth2AuthHandler interface for that can handle valid login oauth2 auth params.
LogoutHandler interface for that can handle valid logout params.
SessionCheckHandler interface for that can handle valid session check params.

# Type aliases

LoginDetailHandlerFunc turns a function with the right signature into a login detail handler.
LoginHandlerFunc turns a function with the right signature into a login handler.
LoginOauth2AuthHandlerFunc turns a function with the right signature into a login oauth2 auth handler.
LogoutHandlerFunc turns a function with the right signature into a logout handler.
SessionCheckHandlerFunc turns a function with the right signature into a session check handler.