Documentation
¶
Overview ¶
Package template provides functions for handling templates
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Name holds the template name
Name string
// FilePath holds the file path
FilePath string
// Content holds the template content
Content string
// Data holds the template data
Data interface{}
}
Options represents the options that can be set when creating a new template
Click to show internal directories.
Click to hide internal directories.