package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Dec 13, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cache struct {
Provider string `yaml:"provider"`
Api string `yaml:"api"`
Token string `yaml:"token"`
}
type Config struct {
Cache Cache `yaml:"cache"`
Gpt Gpt `yaml:"gpt"`
Store Store `yaml:"store"`
}
type Gpt struct {
Provider string `yaml:"provider"`
Api string `yaml:"api"`
Token string `yaml:"token"`
}
type Store struct {
Provider string `yaml:"provider"`
Api string `yaml:"api"`
Token string `yaml:"token"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.