Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProfileLookup ¶
Types ¶
type ConfigFile ¶
type ConfigFile struct {
Default ProfileBody `yaml:"default"`
}
type ProfileBody ¶
type ProfileBody struct { Config ProfileConfig `yaml:"config"` Services ProfileServices `yaml:"services"` }
type ProfileConfig ¶
type ProfileConfig struct {
AWSProfile string `yaml:"aws-profile"`
}
type ProfileServices ¶
type ProfileServices struct {
CodeCommit ProfileServicesCodeCommit `yaml:"codecommit"`
}
type ProfileServicesCodeCommit ¶
type ProfileServicesCodeCommit struct {
Repositories []string `yaml:"repositories"`
}
Click to show internal directories.
Click to hide internal directories.