Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
File string
)
Functions ¶
func SerializeConfig ¶
Types ¶
type Config ¶
type Config struct { File string `yaml:",omitempty"` WorkingDirectory string `yaml:"workdir,omitempty"` Excludes []string `yaml:"excludes"` Pipeline []string `yaml:"pipeline"` Growl bool `yaml:"growl,omitempty"` Server string `yaml:"server,omitempty"` Sidecars map[string]Sidecar `yaml:"sidecars,omitempty"` }
Config is the root cfg object
func ParseConfig ¶
ParseConfig reads and parses a cfg file.
func (*Config) GetConfigFile ¶ added in v0.1.1
Returns the loaded cfg file name.
Click to show internal directories.
Click to hide internal directories.