Documentation
¶
Overview ¶
Package config provides configuration loading and validation for the toolkit CLI application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RepoPath string `mapstructure:"repo_path"`
KubeConfig string `mapstructure:"kubeconfig"`
EnvType string `mapstructure:"env_type"`
EnvRegion string `mapstructure:"env_region"`
EnvRealm string `mapstructure:"env_realm"`
Category string `mapstructure:"category"`
LogFile string `mapstructure:"log_file"`
Debug bool `mapstructure:"debug"`
Filter string `mapstructure:"filter"`
}
Config holds configuration for the toolkit CLI application.
Click to show internal directories.
Click to hide internal directories.