Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppBuildDefinition ¶
type AppDefinition ¶
type AppDefinition struct {
Name string `toml:"-"`
Type string `toml:"type"`
RepoUrl string `toml:"repo_url"`
Build AppBuildDefinition `toml:"build"`
Deploy AppDeployDefinition `toml:"deploy"`
Env map[string]string `toml:"env"`
HttpService AppHttpServiceDefinition `toml:"http_service"`
HealthCheck AppHealthCheckDefinition `toml:"health_check"`
Disks map[string]AppDiskDefinition `toml:"disks"`
}
type AppDeployDefinition ¶
type AppDiskDefinition ¶
type ServiceDefinition ¶
type StackDefinition ¶
type StackDefinition struct {
FileVersion string `toml:"file_version"`
Version string `toml:"version"`
StackName string `toml:"stack"`
RootApp string `toml:"root_app"`
Apps map[string]AppDefinition `toml:"apps"`
Services map[string]ServiceDefinition `toml:"services"`
}
Click to show internal directories.
Click to hide internal directories.