Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActuatorInfo ¶
type ActuatorInfoCaller ¶
type ActuatorInfoCaller struct {
domain.AppInfoCaller
// contains filtered or unexported fields
}
func NewActuatorInfoCaller ¶
func NewActuatorInfoCaller(config YamlAppConfig) *ActuatorInfoCaller
type AppParameter ¶
type CommitGitInfo ¶
type EnvParameter ¶
type EnvParameter struct {
Name string `yaml:"name"`
CacheDuration int `yaml:"cache-duration-seconds"`
Apps []AppParameter `yaml:"apps"`
}
type GitInfo ¶
type GitInfo struct {
Branch string `json:"branch"`
Commit CommitGitInfo `json:"commit"`
}
type Parameters ¶
type Parameters struct {
Envs []EnvParameter `yaml:"envs"`
}
type YamlAppConfig ¶
type YamlAppConfig struct {
// contains filtered or unexported fields
}
func NewConfigLoader ¶
func NewConfigLoader() YamlAppConfig
Click to show internal directories.
Click to hide internal directories.