Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CfgFile string
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { OpenAI struct { BaseURL string `yaml:"base_url"` Key string `yaml:"key"` } `yaml:"openai"` Wechat struct { AppID string `yaml:"app_id"` AppSecret string `yaml:"app_secret"` Token string `yaml:"token"` EncodingAESKey string `yaml:"encoding_aes_key"` } `yaml:"wechat"` App struct { BaseURL string `yaml:"base_url"` } Redis struct { Host string `yaml:"host"` Port int `yaml:"port"` Password string `yaml:"password"` } }
Click to show internal directories.
Click to hide internal directories.