package
0.1.4
Repository: https://github.com/goolanger/swaggerize-auth.git
Documentation: pkg.go.dev

# Functions

NewRecovery creates a new http.Handler for the recovery operation.
NewRecoveryInternalServerError creates RecoveryInternalServerError with default headers values.
NewRecoveryOK creates RecoveryOK with default headers values.
NewRecoveryParams creates a new RecoveryParams object no default values defined in spec.
NewRecoverySubmit creates a new http.Handler for the recovery submit operation.
NewRecoverySubmitInternalServerError creates RecoverySubmitInternalServerError with default headers values.
NewRecoverySubmitOK creates RecoverySubmitOK with default headers values.
NewRecoverySubmitParams creates a new RecoverySubmitParams object no default values defined in spec.
NewRegister creates a new http.Handler for the register operation.
NewRegisterActivate creates a new http.Handler for the register activate operation.
NewRegisterActivateInternalServerError creates RegisterActivateInternalServerError with default headers values.
NewRegisterActivateOK creates RegisterActivateOK with default headers values.
NewRegisterActivateParams creates a new RegisterActivateParams object no default values defined in spec.
NewRegisterInternalServerError creates RegisterInternalServerError with default headers values.
NewRegisterOK creates RegisterOK with default headers values.
NewRegisterParams creates a new RegisterParams object no default values defined in spec.
NewRegisterSubmit creates a new http.Handler for the register submit operation.
NewRegisterSubmitConflict creates RegisterSubmitConflict with default headers values.
NewRegisterSubmitInternalServerError creates RegisterSubmitInternalServerError with default headers values.
NewRegisterSubmitOK creates RegisterSubmitOK with default headers values.
NewRegisterSubmitParams creates a new RegisterSubmitParams object no default values defined in spec.
NewState creates a new http.Handler for the state operation.
NewStateInternalServerError creates StateInternalServerError with default headers values.
NewStateMessage creates a new http.Handler for the state message operation.
NewStateMessageInternalServerError creates StateMessageInternalServerError with default headers values.
NewStateMessageOK creates StateMessageOK with default headers values.
NewStateMessageParams creates a new StateMessageParams object no default values defined in spec.
NewStateOK creates StateOK with default headers values.
NewStateParams creates a new StateParams object no default values defined in spec.
NewStateSubmit creates a new http.Handler for the state submit operation.
NewStateSubmitInternalServerError creates StateSubmitInternalServerError with default headers values.
NewStateSubmitOK creates StateSubmitOK with default headers values.
NewStateSubmitParams creates a new StateSubmitParams object no default values defined in spec.

# Constants

RecoveryInternalServerErrorCode is the HTTP code returned for type RecoveryInternalServerError.
RecoveryOKCode is the HTTP code returned for type RecoveryOK.
RecoverySubmitInternalServerErrorCode is the HTTP code returned for type RecoverySubmitInternalServerError.
RecoverySubmitOKCode is the HTTP code returned for type RecoverySubmitOK.
RegisterActivateInternalServerErrorCode is the HTTP code returned for type RegisterActivateInternalServerError.
RegisterActivateOKCode is the HTTP code returned for type RegisterActivateOK.
RegisterInternalServerErrorCode is the HTTP code returned for type RegisterInternalServerError.
RegisterOKCode is the HTTP code returned for type RegisterOK.
RegisterSubmitConflictCode is the HTTP code returned for type RegisterSubmitConflict.
RegisterSubmitInternalServerErrorCode is the HTTP code returned for type RegisterSubmitInternalServerError.
RegisterSubmitOKCode is the HTTP code returned for type RegisterSubmitOK.
StateInternalServerErrorCode is the HTTP code returned for type StateInternalServerError.
StateMessageInternalServerErrorCode is the HTTP code returned for type StateMessageInternalServerError.
StateMessageOKCode is the HTTP code returned for type StateMessageOK.
StateOKCode is the HTTP code returned for type StateOK.
StateSubmitInternalServerErrorCode is the HTTP code returned for type StateSubmitInternalServerError.
StateSubmitOKCode is the HTTP code returned for type StateSubmitOK.

# Structs

Recovery swagger:route GET /auth/session/recovery Session recovery Recovery recovery API */.
RecoveryInternalServerError internal server error swagger:response recoveryInternalServerError */.
RecoveryOK OK swagger:response recoveryOK */.
RecoveryParams contains all the bound params for the recovery operation typically these are obtained from a http.Request swagger:parameters Recovery.
RecoverySubmit swagger:route POST /auth/session/recovery Session recoverySubmit RecoverySubmit recovery submit API */.
RecoverySubmitInternalServerError internal server error swagger:response recoverySubmitInternalServerError */.
RecoverySubmitOK OK swagger:response recoverySubmitOK */.
RecoverySubmitParams contains all the bound params for the recovery submit operation typically these are obtained from a http.Request swagger:parameters RecoverySubmit.
RecoverySubmitURL generates an URL for the recovery submit operation.
RecoveryURL generates an URL for the recovery operation.
Register swagger:route GET /auth/session/register Session register Register register API */.
RegisterActivate swagger:route GET /auth/session/register/activate Session registerActivate RegisterActivate register activate API */.
RegisterActivateInternalServerError internal server error swagger:response registerActivateInternalServerError */.
RegisterActivateOK OK swagger:response registerActivateOK */.
RegisterActivateParams contains all the bound params for the register activate operation typically these are obtained from a http.Request swagger:parameters RegisterActivate.
RegisterActivateURL generates an URL for the register activate operation.
RegisterInternalServerError internal server error swagger:response registerInternalServerError */.
RegisterOK OK swagger:response registerOK */.
RegisterParams contains all the bound params for the register operation typically these are obtained from a http.Request swagger:parameters Register.
RegisterSubmit swagger:route POST /auth/session/register Session registerSubmit RegisterSubmit register submit API */.
RegisterSubmitConflict conflict swagger:response registerSubmitConflict */.
RegisterSubmitInternalServerError internal server error swagger:response registerSubmitInternalServerError */.
RegisterSubmitOK OK swagger:response registerSubmitOK */.
RegisterSubmitParams contains all the bound params for the register submit operation typically these are obtained from a http.Request swagger:parameters RegisterSubmit.
RegisterSubmitURL generates an URL for the register submit operation.
RegisterURL generates an URL for the register operation.
State swagger:route GET /auth/session/state Session state State state API */.
StateInternalServerError internal server error swagger:response stateInternalServerError */.
StateMessage swagger:route GET /auth/session/state/message Session stateMessage StateMessage state message API */.
StateMessageInternalServerError internal server error swagger:response stateMessageInternalServerError */.
StateMessageOK OK swagger:response stateMessageOK */.
StateMessageParams contains all the bound params for the state message operation typically these are obtained from a http.Request swagger:parameters StateMessage.
StateMessageURL generates an URL for the state message operation.
StateOK OK swagger:response stateOK */.
StateParams contains all the bound params for the state operation typically these are obtained from a http.Request swagger:parameters State.
StateSubmit swagger:route POST /auth/session/state Session stateSubmit StateSubmit state submit API */.
StateSubmitInternalServerError internal server error swagger:response stateSubmitInternalServerError */.
StateSubmitOK OK swagger:response stateSubmitOK */.
StateSubmitParams contains all the bound params for the state submit operation typically these are obtained from a http.Request swagger:parameters StateSubmit.
StateSubmitURL generates an URL for the state submit operation.
StateURL generates an URL for the state operation.

# Interfaces

RecoveryHandler interface for that can handle valid recovery params.
RecoverySubmitHandler interface for that can handle valid recovery submit params.
RegisterActivateHandler interface for that can handle valid register activate params.
RegisterHandler interface for that can handle valid register params.
RegisterSubmitHandler interface for that can handle valid register submit params.
StateHandler interface for that can handle valid state params.
StateMessageHandler interface for that can handle valid state message params.
StateSubmitHandler interface for that can handle valid state submit params.

# Type aliases

RecoveryHandlerFunc turns a function with the right signature into a recovery handler.
RecoverySubmitHandlerFunc turns a function with the right signature into a recovery submit handler.
RegisterActivateHandlerFunc turns a function with the right signature into a register activate handler.
RegisterHandlerFunc turns a function with the right signature into a register handler.
RegisterSubmitHandlerFunc turns a function with the right signature into a register submit handler.
StateHandlerFunc turns a function with the right signature into a state handler.
StateMessageHandlerFunc turns a function with the right signature into a state message handler.
StateSubmitHandlerFunc turns a function with the right signature into a state submit handler.