Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Theme string `yaml:"theme"`
Remote string `yaml:"remote"`
Modules []string `yaml:"modules"`
SSH SSHConfig `yaml:"ssh"`
EnablePublicIP bool `yaml:"enable_public_ip"`
PluginDir string `yaml:"plugin_dir"`
}
Click to show internal directories.
Click to hide internal directories.