template

package
v0.1.0-alpha.6 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestStub

type TestStub struct {
	// contains filtered or unexported fields
}

func NewTestStub

func NewTestStub(c configuration.Provider, m *TestStubModel) *TestStub

func (*TestStub) EmailBody

func (t *TestStub) EmailBody() (string, error)

func (*TestStub) EmailRecipient

func (t *TestStub) EmailRecipient() (string, error)

func (*TestStub) EmailSubject

func (t *TestStub) EmailSubject() (string, error)

type TestStubModel

type TestStubModel struct {
	To      string
	Subject string
	Body    string
}

type VerifyInvalid

type VerifyInvalid struct {
	// contains filtered or unexported fields
}

func (*VerifyInvalid) EmailBody

func (t *VerifyInvalid) EmailBody() (string, error)

func (*VerifyInvalid) EmailRecipient

func (t *VerifyInvalid) EmailRecipient() (string, error)

func (*VerifyInvalid) EmailSubject

func (t *VerifyInvalid) EmailSubject() (string, error)

type VerifyInvalidModel

type VerifyInvalidModel struct {
	To string
}

type VerifyValid

type VerifyValid struct {
	// contains filtered or unexported fields
}

func (*VerifyValid) EmailBody

func (t *VerifyValid) EmailBody() (string, error)

func (*VerifyValid) EmailRecipient

func (t *VerifyValid) EmailRecipient() (string, error)

func (*VerifyValid) EmailSubject

func (t *VerifyValid) EmailSubject() (string, error)

type VerifyValidModel

type VerifyValidModel struct {
	To        string
	VerifyURL string
}

Jump to

Keyboard shortcuts

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