Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deploy ¶
type Deploy struct {
Env *Environment
LastRelease *Release
Release *Release
ChangedServices []string
EnvConfig interface{}
}
type DeployRequest ¶
type Environment ¶
type Environment struct {
ReleaseId int `json:'release'`
Updated string `json:'updated'`
DeployActive bool `json:'active'`
}
func GetEnvironment ¶
func GetEnvironment(db *bolt.DB, name string) (*Environment, error)
type EnvironmentType ¶
Click to show internal directories.
Click to hide internal directories.