Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigPath ¶
Types ¶
type Config ¶
type Config struct {
// Organizations is the list of Organization where the user
// is currently logged in
Organizations map[string]Organization `yaml:"organizations"`
}
Config is the structure handling the config of the CLI
type Organization ¶
type Organization struct {
// Organization token
Token string `yaml:"token"`
}
Organization is an organization where the user is logged in
Click to show internal directories.
Click to hide internal directories.