Documentation
¶
Overview ¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailAsset ¶
type EmailAsset struct {
// contains filtered or unexported fields
}
EmailAsset represets asset of email templates
func LoadEmailTemplates ¶
func LoadEmailTemplates() (*EmailAsset, error)
LoadEmailTemplates loads templates
func (*EmailAsset) GetTemplate ¶
func (a *EmailAsset) GetTemplate(name string) (*template.Template, error)
GetTemplate returns email template
Click to show internal directories.
Click to hide internal directories.