Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
Cors cors.Cors
Repos repos.Repos
ReleasesEnabled bool `yaml:"releasesEnabled"`
TillerPortForward bool `yaml:"tillerPortForward"`
CacheRefreshInterval int64 `yaml:"cacheRefreshInterval"`
Initialized bool
}
Configuration is the the resulting environment based Configuration For now it only includes Cors info
func GetConfig ¶
func GetConfig() (Configuration, error)
GetConfig returns the environment specific configuration
Click to show internal directories.
Click to hide internal directories.