Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComposeYamlDto ¶
type ComposeYamlDto struct { Version string `yaml:"version"` // docker compose version Services []interface{} `yaml:"services"` }
docker compose
type ComposeYamlZiHaoDto ¶
type ServiceDto ¶
type ServicesDto ¶
type ServicesDto struct { Name string Service ServiceDto }
func (*ServicesDto) ToMap ¶
func (n *ServicesDto) ToMap() interface{}
Click to show internal directories.
Click to hide internal directories.