Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
APIKey string `mapstructure:"api_key"`
Model string `mapstructure:"model"`
Theme string `mapstructure:"theme"`
ShowDiff bool `mapstructure:"show_diff"`
AutoCopy bool `mapstructure:"auto_copy"`
Mode string `mapstructure:"mode"`
Language string `mapstructure:"language"`
CacheEnabled bool `mapstructure:"cache_enabled"`
CacheTTLDays int `mapstructure:"cache_ttl_days"`
}
Click to show internal directories.
Click to hide internal directories.