Documentation
¶
Index ¶
- Constants
- Variables
- func InitData(checkDotEnv bool, files ...string) (err error)
- func ParseINI(file string) (err error)
- func ParseJSON(file string) (err error)
- func Reinitialize()
- func Render(template string) (output string, err error)
- func RenderToFile(filename, template string) (output string, err error)
Constants ¶
View Source
const ( // Name denotes the library name Name = "Templar" // Version denotes the library version Version = "0.1.0" )
* CONSTANTS
Variables ¶
View Source
var Data struct { INIFile []string JSONFile []string Template string }
* TYPES
Functions ¶
func Reinitialize ¶
func Reinitialize()
func RenderToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.