package
Version:
v1.2.5
Opens a new window with list of versions in this module.
Published: Feb 17, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
APIKey string `koanf:"api_key"`
DBPath string `koanf:"db_path"`
Verbose bool `koanf:"verbose"`
Quiet bool `koanf:"quiet"`
Offline bool `koanf:"offline"`
EnableAIScore bool `koanf:"enable_ai_score"`
}
Config holds the application configuration.
Load reads configuration from defaults, config file, and environment variables.
Precedence: defaults → YAML file → env vars.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.