package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 1, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Compose struct {
Version string `yaml:"version"`
Services Services `yaml:"services"`
}
Compose type
ToString converts type to string
type Redis struct {
Image string `yaml:"image"`
Volumes []string `yaml:"volumes"`
Ports []string `yaml:"ports"`
Restart string `yaml:"restart"`
}
Redis type
type Services struct {
Redis Redis `yaml:"redis"`
}
Services type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.