package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: Jan 22, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Templates []Template `json:"templates"`
Variables map[string]string `json:"variables"`
}
ParseConfig returns the yaml parsed config
type Template struct {
Name string `json:"name"`
Url string `json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.