humans

package
v0.0.0-...-976a764 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteHumans

func DeleteHumans(env *app.Environment) gin.HandlerFunc

func GetHumans

func GetHumans(env *app.Environment) gin.HandlerFunc

func GetLogout

func GetLogout(env *app.Environment) gin.HandlerFunc

func PostAuthenticate

func PostAuthenticate(env *app.Environment) gin.HandlerFunc

func PostEmailChange

func PostEmailChange(env *app.Environment) gin.HandlerFunc

func PostHumans

func PostHumans(env *app.Environment) gin.HandlerFunc

func PostLogout

func PostLogout(env *app.Environment) gin.HandlerFunc

func PostRecover

func PostRecover(env *app.Environment) gin.HandlerFunc

func PutDeleteVerification

func PutDeleteVerification(env *app.Environment) gin.HandlerFunc

func PutEmail

func PutEmail(env *app.Environment) gin.HandlerFunc

func PutEmailChange

func PutEmailChange(env *app.Environment) gin.HandlerFunc

func PutHumans

func PutHumans(env *app.Environment) gin.HandlerFunc

func PutLogout

func PutLogout(env *app.Environment) gin.HandlerFunc

func PutPassword

func PutPassword(env *app.Environment) gin.HandlerFunc

func PutRecoverVerification

func PutRecoverVerification(env *app.Environment) gin.HandlerFunc

func PutTotp

func PutTotp(env *app.Environment) gin.HandlerFunc

Types

type ConfirmTemplateData

type ConfirmTemplateData struct {
	Challenge string
	Id        string
	Code      string
	Sender    string
	Email     string
}

type DeleteTemplateData

type DeleteTemplateData struct {
	Name             string
	VerificationCode string
	Sender           string
}

type EmailChangeTemplateData

type EmailChangeTemplateData struct {
	Name             string
	VerificationCode string
	Sender           string
}

type RecoverTemplateData

type RecoverTemplateData struct {
	Name             string
	VerificationCode string
	Sender           string
}

Jump to

Keyboard shortcuts

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