Documentation
¶
Overview ¶
Package config implements configuration loading and parsing
Index ¶
Constants ¶
View Source
const ( // DefaultConfigFile is the default path to the config file DefaultConfigFile = "~/.swo-cli.yml" // DefaultAPIURL is the default URL of the SWO API DefaultAPIURL = "https://api.na-01.cloud.solarwinds.com" // APIURLContextKey is the context key for the API URL APIURLContextKey = "api-url" // TokenContextKey is the context key for the API token TokenContextKey = "token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.