notifr

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2017 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Initialize

func Initialize()

func RepeatById added in v0.0.5

func RepeatById(id int64)

func Send added in v0.0.5

func Send(msg Message)

Types

type Email added in v0.0.5

type Email struct {
	To       string //"Alice <alice@example.com>, Bob <bob@example.com>, Eve <eve@example.com>"
	Subject  string
	Body     string
	Template string
	Params   map[string]interface{}
	// contains filtered or unexported fields
}

func NewEmail added in v0.0.5

func NewEmail() (email *Email)

type Message added in v0.0.5

type Message interface {
	// contains filtered or unexported methods
}

type Notifr

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

type Push added in v0.0.5

type Push struct {
	To   string
	Body string
}

func NewPush added in v0.0.5

func NewPush() (push *Push)

type Sms added in v0.0.5

type Sms struct {
	To   string //"+79139131232,+79139131232,+79139131232"
	Body string
}

func NewSms added in v0.0.5

func NewSms() (sms *Sms)

Jump to

Keyboard shortcuts

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