Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
API struct {
Endpoint string `toml:"endpoint"`
Username string `toml:"username"`
Password string `toml:"password"`
Timeout int `toml:"timeout"`
TestMode bool `toml:"test_mode"`
} `toml:"api"`
Output struct {
Format string `toml:"format"`
Colors bool `toml:"colors"`
} `toml:"output"`
Logging struct {
Level string `toml:"level"`
Colors bool `toml:"colors"`
} `toml:"logging"`
}
Click to show internal directories.
Click to hide internal directories.