Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Current string `yaml:"current"`
Targets map[string]interface{} `yaml:"targets"`
Aliases map[string]string `yaml:"aliases"`
}
func ReadConfig ¶
func (*Config) SetCurrent ¶
Click to show internal directories.
Click to hide internal directories.