Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerComposeFile ¶
type DockerComposeFile struct { Version string `yaml:"version,omitempty" json:"version,omitempty"` Services interface{} `yaml:"services" json:"services"` // more constraints should be added to this type Networks interface{} `yaml:"networks,omitempty" json:"networks,omitempty"` Volumes interface{} `yaml:"volumes,omitempty" json:"volumes,omitempty"` Configs interface{} `yaml:"configs,omitempty" json:"configs,omitempty"` Secrets interface{} `yaml:"secrets,omitempty" json:"secrets,omitempty"` }
Click to show internal directories.
Click to hide internal directories.