Documentation ¶ Index ¶ type DockerComposeFile Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DockerComposeFile ¶ type DockerComposeFile struct { Version json.Number `yaml:"version" json:"version"` Services interface{} `yaml:"services" json:"services"` // more constraints should be added to this type } Source Files ¶ View all Source files composefile.go Click to show internal directories. Click to hide internal directories.