Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerInfo ¶
type Provider ¶
type Provider struct {
Type string `hcl:"type"`
WorkingDir string `hcl:"workingDir"`
Cmd string `hcl:"cmd"`
Image string `hcl:"image"`
Ports []string `hcl:"ports"`
Volumes []string `hcl:"volumes"`
Environment []string `hcl:"environment"`
Remote RemoteInfo `hcl:"remote"`
Handlers []HandlerInfo `hcl:"handler"`
Extra map[string]interface{} `hcl:"extra"`
}
Click to show internal directories.
Click to hide internal directories.