Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `yaml:"name"` // Display name
Selected bool // Selected config or not
Status bool // Display or not
Config []Config `yaml:"config"` // Sub-configs (recursive)
Command string `yaml:"command"` // bash command
Container string `yaml:"container"` // The name of the image from which the container is made
ChildConfigs []Config `yaml:"child_configs"` // Able to insert insert configs structure into child configs.
}
func (*Config) ChildConfigsInsert ¶
func (*Config) ChildConfigsPlaceholders ¶
Click to show internal directories.
Click to hide internal directories.