Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ITemplateInterface ¶
type ITemplateInterface interface {
RenderTemplate(html string, data interface{}) (string, error)
RenderMandrillTemplate(template string, data interface{}) (string, error)
}
func NewTemplateService ¶
func NewTemplateService() ITemplateInterface
Click to show internal directories.
Click to hide internal directories.