Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
APIKey string `koanf:"api_key"` //nolint:gosec
DBPath string `koanf:"db_path"`
Verbose bool `koanf:"verbose"`
Quiet bool `koanf:"quiet"`
Offline bool `koanf:"offline"`
EnableAIScore bool `koanf:"enable_ai_score"`
MaxResponseSize int64 `koanf:"max_response_size"`
}
Config holds the application configuration.
Click to show internal directories.
Click to hide internal directories.