Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseConfiguration ¶
func ParseConfiguration()
func ValidateConfiguration ¶
func ValidateConfiguration()
Types ¶
type Specification ¶
type Specification struct {
AccessToken string `json:"accessToken" split_words:"true" required:"true"`
ApiBaseUrl string `json:"apiBaseUrl" split_words:"true" required:"true"`
IngestBaseUrl string `json:"ingestBaseUrl" split_words:"true" required:"true"`
DiscoveryAttributesExcludesDetector []string `json:"discoveryAttributesExcludesDetector" split_words:"true" required:"false"`
DiscoveryAttributesExcludesSLO []string `json:"discoveryAttributesExcludesSLO" split_words:"true" required:"false"`
}
Specification is the configuration specification for the extension. Configuration values can be applied through environment variables. Learn more through the documentation of the envconfig package. https://github.com/kelseyhightower/envconfig
var (
Config Specification
)
Click to show internal directories.
Click to hide internal directories.