Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deliver ¶
type Deliver struct {
// contains filtered or unexported fields
}
Deliver represents a form of deliver your plutus Sale
func NewDeliver ¶
func NewDeliver(config Config, engine TemplateEngine) (*Deliver, error)
NewSMTPDeliver creates a new devlivery instance
type FileSystemEngine ¶
type FileSystemEngine struct {
// contains filtered or unexported fields
}
func (*FileSystemEngine) GetTemplate ¶
func (engine *FileSystemEngine) GetTemplate(pathname ...string) (string, error)
type NetworkEngine ¶
type NetworkEngine struct {
// contains filtered or unexported fields
}
func (*NetworkEngine) GetTemplate ¶
func (engine *NetworkEngine) GetTemplate(pathname ...string) (string, error)
type TemplateEngine ¶
Click to show internal directories.
Click to hide internal directories.