types

package
v0.85.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendDomainClaimed added in v0.78.0

func SendDomainClaimed(dir http.FileSystem, i18n *i18n.Translator, user *view_model.NotifyUser, username string, systemDefaults systemdefaults.SystemDefaults) error

func SendPhoneVerificationCode

func SendPhoneVerificationCode(i18n *i18n.Translator, user *view_model.NotifyUser, code *es_model.PhoneCode, systemDefaults systemdefaults.SystemDefaults, alg crypto.EncryptionAlgorithm) error

Types

type DomainClaimedData added in v0.78.0

type DomainClaimedData struct {
	templates.TemplateData
	URL string
}

type EmailVerificationCodeData

type EmailVerificationCodeData struct {
	templates.TemplateData
	URL string
}

type InitCodeEmailData

type InitCodeEmailData struct {
	templates.TemplateData
	URL string
}

type PasswordCodeData

type PasswordCodeData struct {
	templates.TemplateData
	FirstName string
	LastName  string
	URL       string
}

type PhoneVerificationCodeData

type PhoneVerificationCodeData struct {
	UserID string
}

type UrlData

type UrlData struct {
	UserID      string
	Code        string
	PasswordSet bool
}

Jump to

Keyboard shortcuts

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