Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
APIVersion string `yaml:"apiVersion"`
Repo string `yaml:"repo"`
Path string `yaml:"path"`
}
Config is yml top level config.
func NewConfigFromBytes ¶
NewConfigFromBytes returns a new config from a bytes
func NewConfigFromFilename ¶
NewConfigFromFilename shorthand to NewConfigFromBytes.
Click to show internal directories.
Click to hide internal directories.