Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { VCS *VCSConfig `yaml:"vcs"` CI *CIConfig `yaml:"ci"` RegistryUrl string `yaml:"registry" env:"REGISTRY"` Organisation string `yaml:"organisation"` CurrentCI ci.CI CurrentVCS vcs.VCS }
func InitEmptyConfig ¶
func InitEmptyConfig() *Config
func (*Config) ValidateConfig ¶
Click to show internal directories.
Click to hide internal directories.