emails

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Overview

templ: version: v0.2.747

templ: version: v0.2.747

Index

Constants

This section is empty.

Variables

View Source
var HtmlTemplates embed.FS
View Source
var TextTemplates embed.FS

Functions

This section is empty.

Types

type PasswordReset

type PasswordReset struct {
	ResetPasswordLink string
}

func (PasswordReset) GenerateHtmlVersion

func (p PasswordReset) GenerateHtmlVersion() (string, error)

func (PasswordReset) GenerateTextVersion

func (p PasswordReset) GenerateTextVersion() (string, error)

func (PasswordReset) Render

func (p PasswordReset) Render(ctx context.Context, w io.Writer) error

type TemplateHandler

type TemplateHandler interface {
	GenerateTextVersion() (string, error)
	GenerateHtmlVersion() (string, error)
	Render(ctx context.Context, w io.Writer) error
}

type UserSignupWelcome

type UserSignupWelcome struct {
	ConfirmationLink string
}

func (UserSignupWelcome) GenerateHtmlVersion

func (u UserSignupWelcome) GenerateHtmlVersion() (string, error)

func (UserSignupWelcome) GenerateTextVersion

func (u UserSignupWelcome) GenerateTextVersion() (string, error)

func (UserSignupWelcome) Render

func (u UserSignupWelcome) Render(ctx context.Context, w io.Writer) error

Directories

Path Synopsis
internal
components
templ: version: v0.2.747
templ: version: v0.2.747

Jump to

Keyboard shortcuts

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