Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { StaticFiles(file string) ([]byte, error) RenderFile(file string, data interface{}) ([]byte, error) }
Manager implements a html template management.
func NewTemplateManager ¶
func NewTemplateManager() Manager
NewTemplateManager creates a new instance of a Manager.
Click to show internal directories.
Click to hide internal directories.