Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
Name string `yaml:"name"`
Command string `yaml:"command,omitempty"`
StagingEnv map[string]string `yaml:"staging_env,omitempty"`
RunningEnv map[string]string `yaml:"running_env,omitempty"`
Env map[string]string `yaml:"env,omitempty"`
Services service.Services `yaml:"services,omitempty"`
}
type ExportConfig ¶
type Forwarder ¶
type Forwarder struct {
SSHPass Stream
Config *service.ForwardConfig
}
type Runner ¶
type Runner struct {
StackVersion string
Docker *docker.Client
Logs io.Writer
ExitChan <-chan struct{}
}
type StageConfig ¶
Click to show internal directories.
Click to hide internal directories.