Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
APIURL string `json:"api_url"`
APIToken string `json:"api_token"`
Model string `json:"model"`
Theme string `json:"theme"`
}
func DefaultConfig ¶
func DefaultConfig() *AppConfig
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) ConfigExists ¶
Click to show internal directories.
Click to hide internal directories.