package
Version:
v1.1.1-0...-acba925
Opens a new window with list of versions in this module.
Published: Oct 19, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Master struct {
Name string `json:"name" yaml:"name"`
URL string `json:"url" yaml:"url"`
Description string `json:"description" yaml:"description"`
}
Master is the master struct
Load loads from a json or yaml file, depending on the file suffix.
Save saves to json or yaml file, depending on the file suffix.
type Template struct {
Name string `json:"name" yaml:"name"`
URL string `json:"url" yaml:"url"`
Description string `json:"description" yaml:"description"`
Master Master
}
Template is a template creator
Load loads from a json or yaml file
Save saves to json or yaml file.
Update build metadata
Build metadata. Conf defaults to globals.Config if Conf is nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.