Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Bearer string // Currently unused in CLI
Hostname string `env:"CHECK_ELASTICSEARCH_HOSTNAME"`
CAFile string `env:"CHECK_ELASTICSEARCH_CA_FILE"`
CertFile string `env:"CHECK_ELASTICSEARCH_CERT_FILE"`
KeyFile string `env:"CHECK_ELASTICSEARCH_KEY_FILE"`
Username string `env:"CHECK_ELASTICSEARCH_USERNAME"`
Password string `env:"CHECK_ELASTICSEARCH_PASSWORD"`
Port int
TLS bool
Insecure bool
}
type PipelineConfig ¶
To store the CLI parameters.
Click to show internal directories.
Click to hide internal directories.