htmltemplate

package
v0.0.0-...-4a8fab6 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Tmpl embed.FS

Functions

func ExecuteHTMLTemplate

func ExecuteHTMLTemplate(templateName string, data interface{}) (string, error)

func ExecuteHTMLTemplateForEmailEmptyBody

func ExecuteHTMLTemplateForEmailEmptyBody(data EmptyBodyEmailTemplate) (string, error)

func ExecuteHTMLTemplateForForgotPasswordMessage

func ExecuteHTMLTemplateForForgotPasswordMessage(data ForgotPasswordMessageTemplate) (string, error)

func ExecuteHTMLTemplateForInvitationMessage

func ExecuteHTMLTemplateForInvitationMessage(data InvitationMessageTemplate) (string, error)

func ExecuteHTMLTemplateForMFAMessage

func ExecuteHTMLTemplateForMFAMessage(data MFAMessageTemplate) (string, error)

Types

type EmptyBodyEmailTemplate

type EmptyBodyEmailTemplate struct {
	Body string
}

type ForgotPasswordMessageTemplate

type ForgotPasswordMessageTemplate struct {
	ResetToken        string
	ResetPasswordLink string
	OrganizationName  string
}

type InvitationMessageTemplate

type InvitationMessageTemplate struct {
	FirstName          string
	Role               string
	ForgotPasswordLink string
	OrganizationName   string
}

type MFAMessageTemplate

type MFAMessageTemplate struct {
	MFACode          string
	OrganizationName string
}

Jump to

Keyboard shortcuts

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