Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Environments ¶
func Environments() map[string]*Environment
func GetProfile ¶
Returns the named application profile.
Types ¶
type Cfg ¶
type Cfg struct {
Profiles map[string]map[string]string `yaml:"profiles"`
Environments map[string]*Environment `yaml:"environments"`
}
type Environment ¶
type Environment struct {
APIService Service `yaml:"api-service"`
AppService Service `yaml:"app-service"`
IdpService IdpService `yaml:"idp-service"`
Profile string `yaml:"profile"`
}
func GetEnvironment ¶
func GetEnvironment(name string) (*Environment, error)
type IdpService ¶
Click to show internal directories.
Click to hide internal directories.