Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAppFolder = "garm-cli" DefaultConfigFileName = "config.toml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Managers []Manager `toml:"manager"`
ActiveManager string `toml:"active_manager"`
// contains filtered or unexported fields
}
func LoadConfig ¶
func (*Config) DeleteProfile ¶
func (*Config) GetActiveConfig ¶
func (*Config) HasManager ¶
func (*Config) SaveConfig ¶
func (*Config) SetManagerToken ¶
Click to show internal directories.
Click to hide internal directories.