Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyAddSeparator = "add.separator" KeyDefaultEditor = "default.editor" KeyDefaultFilterGroup = "default.filter.groups" KeyDefaultFilterTag = "default.filter.tags" KeyDefaultReviewMode = "default.review.mode" KeyDefaultReviewRenderer = "default.review.renderer" KeyDefaultReviewLimit = "default.review.limit" KeyPathPluginsDir = "path.plugins_dir" KeyPathPluginsLogs = "path.plugins_logs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func InitConfig ¶
func (*Config) Resolve ¶
Resolve evaluates a hierarchical chain of values to find the active configuration setting. It prioritizes an explicit runtime override value (e.g., from a user's CLI flag). If that override is empty or set to "default", it pulls the value matching the specified key from the configuration file. If the file configuration is also missing, empty, or set to default, it returns the hardcoded system fallback string.
func (*Config) ResolveInt ¶
Click to show internal directories.
Click to hide internal directories.