Documentation
¶
Overview ¶
Package factory constructs a provider.Provider from a config entry + OS keyring. Lives in its own package so concrete provider packages don't create an import cycle with the provider package that defines the Provider interface.
Index ¶
Constants ¶
View Source
const DefaultAlaskaBaseURL = "https://api.arcbilling.tech/v1"
DefaultAlaskaBaseURL is the production Alaska API endpoint. Used when the user hasn't set a providers.<name>.base_url in config and ALASKA_API_URL is empty. Precedence: config.base_url > env > default.
View Source
const EnvAlaskaURL = "ALASKA_API_URL"
EnvAlaskaURL lets users pin the Alaska API base URL outside the config file, handy for swapping staging / self-hosted environments without editing TOML.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.