Documentation
¶
Overview ¶
urls is used to manage base urls for every STACKIT environment
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByEnvs ¶
type ByEnvs struct {
// Base URL for each environment
Prod string
QA string
Dev string
// OverrideWith specifies an environment
// variable name. When set, the value
// it contains will override the base URL
OverrideWith string
}
Click to show internal directories.
Click to hide internal directories.