Documentation
¶
Overview ¶
Package appconfig defines application configuration defaults and schema.
Package appconfig defines application configuration defaults and schema.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RootPath string `yaml:"root_path"`
ProjectDirPrefix string `yaml:"project_dir_prefix"`
GitLocation string `yaml:"git_location"`
LogLevel zerolog.Level `yaml:"log_level"`
PostSteps PostStepsConfig `yaml:"post_steps"`
}
Config contains app-wide settings loaded from defaults, YAML, and CLI overrides.
Click to show internal directories.
Click to hide internal directories.