notify

package
v0.0.0-...-f82e362 Latest Latest
Warning

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

Go to latest
Published: May 19, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct{}

type Errors

type Errors interface {
	Failed(string) *i18np.Error
	NotMailConfigured() *i18np.Error
	NotSmsConfigured() *i18np.Error
}

type Factory

type Factory struct {
	Errors   Errors
	Messages Messages
}

func NewFactory

func NewFactory() Factory

func (Factory) IsZero

func (f Factory) IsZero() bool

type Messages

type Messages struct {
	Failed            string
	NotMailConfigured string
	NotSmsConfigured  string

	TestMailSubject string
	TestMailContent string

	TestSmsContent string

	TestTelegramContent string
}

Jump to

Keyboard shortcuts

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