Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compose ¶
type Compose struct {
Version string
Services map[string]Service
// Environments map[string]Environment
Environment Environment
DryRun bool
// contains filtered or unexported fields
}
Compose ... composed infrastructure
type Service ¶
type Service struct {
Abstract bool
Parent string
Path string
Commands Commands
Command Command
Environment Environment
Variables map[string]VariableFile
}
Service ...
type VariableFile ¶
type VariableFile struct {
File string
Environment Environment
}
VariableFile ...
Click to show internal directories.
Click to hide internal directories.