user

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2021 License: MIT Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CLILoginExchangeHandler

type CLILoginExchangeHandler struct {
	handlers.PorterHandlerReadWriter
}

func NewCLILoginExchangeHandler

func NewCLILoginExchangeHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *CLILoginExchangeHandler

func (*CLILoginExchangeHandler) ServeHTTP

type CLILoginHandler

type CLILoginHandler struct {
	handlers.PorterHandlerReader
}

func NewCLILoginHandler

func NewCLILoginHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *CLILoginHandler

func (*CLILoginHandler) ServeHTTP

func (c *CLILoginHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type UserCreateHandler

type UserCreateHandler struct {
	handlers.PorterHandlerReadWriter
}

func NewUserCreateHandler

func NewUserCreateHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserCreateHandler

func (*UserCreateHandler) ServeHTTP

func (u *UserCreateHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type UserDeleteHandler

type UserDeleteHandler struct {
	handlers.PorterHandlerWriter
}

func NewUserDeleteHandler

func NewUserDeleteHandler(
	config *config.Config,
	writer shared.ResultWriter,
) *UserDeleteHandler

func (*UserDeleteHandler) ServeHTTP

func (u *UserDeleteHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type UserGetCurrentHandler

type UserGetCurrentHandler struct {
	handlers.PorterHandlerWriter
}

func NewUserGetCurrentHandler

func NewUserGetCurrentHandler(
	config *config.Config,
	writer shared.ResultWriter,
) *UserGetCurrentHandler

func (*UserGetCurrentHandler) ServeHTTP

type UserLoginHandler

type UserLoginHandler struct {
	handlers.PorterHandlerReadWriter
}

func NewUserLoginHandler

func NewUserLoginHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserLoginHandler

func (*UserLoginHandler) ServeHTTP

func (u *UserLoginHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type UserLogoutHandler

type UserLogoutHandler struct {
	handlers.PorterHandler
}

func NewUserLogoutHandler

func NewUserLogoutHandler(
	config *config.Config,
) *UserLogoutHandler

func (*UserLogoutHandler) ServeHTTP

func (u *UserLogoutHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type UserOAuthGithubCallbackHandler

type UserOAuthGithubCallbackHandler struct {
	handlers.PorterHandlerReadWriter
}

func NewUserOAuthGithubCallbackHandler

func NewUserOAuthGithubCallbackHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserOAuthGithubCallbackHandler

func (*UserOAuthGithubCallbackHandler) ServeHTTP

type UserOAuthGithubHandler

type UserOAuthGithubHandler struct {
	handlers.PorterHandlerReadWriter
}

func NewUserOAuthGithubHandler

func NewUserOAuthGithubHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserOAuthGithubHandler

func (*UserOAuthGithubHandler) ServeHTTP

type UserOAuthGoogleCallbackHandler

type UserOAuthGoogleCallbackHandler struct {
	handlers.PorterHandlerReadWriter
}

func NewUserOAuthGoogleCallbackHandler

func NewUserOAuthGoogleCallbackHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserOAuthGoogleCallbackHandler

func (*UserOAuthGoogleCallbackHandler) ServeHTTP

type UserOAuthGoogleHandler

type UserOAuthGoogleHandler struct {
	handlers.PorterHandlerReadWriter
}

func NewUserOAuthGoogleHandler

func NewUserOAuthGoogleHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserOAuthGoogleHandler

func (*UserOAuthGoogleHandler) ServeHTTP

type UserPasswordFinalizeResetHandler

type UserPasswordFinalizeResetHandler struct {
	handlers.PorterHandlerReader
}

func NewUserPasswordFinalizeResetHandler

func NewUserPasswordFinalizeResetHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserPasswordFinalizeResetHandler

func (*UserPasswordFinalizeResetHandler) ServeHTTP

type UserPasswordInitiateResetHandler

type UserPasswordInitiateResetHandler struct {
	handlers.PorterHandlerReader
}

func NewUserPasswordInitiateResetHandler

func NewUserPasswordInitiateResetHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserPasswordInitiateResetHandler

func (*UserPasswordInitiateResetHandler) ServeHTTP

type UserPasswordVerifyResetHandler

type UserPasswordVerifyResetHandler struct {
	handlers.PorterHandlerReader
}

func NewUserPasswordVerifyResetHandler

func NewUserPasswordVerifyResetHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
	writer shared.ResultWriter,
) *UserPasswordVerifyResetHandler

func (*UserPasswordVerifyResetHandler) ServeHTTP

type VerifyEmailFinalizeHandler

type VerifyEmailFinalizeHandler struct {
	handlers.PorterHandlerReader
}

func NewVerifyEmailFinalizeHandler

func NewVerifyEmailFinalizeHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
) *VerifyEmailFinalizeHandler

func (*VerifyEmailFinalizeHandler) ServeHTTP

type VerifyEmailInitiateHandler

type VerifyEmailInitiateHandler struct {
	handlers.PorterHandler
}

func NewVerifyEmailInitiateHandler

func NewVerifyEmailInitiateHandler(
	config *config.Config,
) *VerifyEmailInitiateHandler

func (*VerifyEmailInitiateHandler) ServeHTTP

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL