package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Feb 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Logging Logging
KubeConfig string `envconfig:"KUBECONFIG"`
Env string `envconfig:"ENV"`
Namespace string `envconfig:"NAMESPACE"`
Host string `envconfig:"HOST"`
AgentKey string `envconfig:"AGENT_KEY"`
}
Environ returns the settings from the environment.
String returns the configuration in string format.
type Logging struct {
Debug bool `envconfig:"DEBUG"`
Trace bool `envconfig:"TRACE"`
}
Logging provides the logging configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.