Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ListenAddr string
DataDir string
ImageKey string
XorKey string
WechatDbSrcPath string
WechatDbKey string
WxKeyDllPath string
WechatPath string
WechatDataPath string
AIEnabled bool
AIProvider string
AIAPIKey string
AIBaseURL string
AIModel string
}
Config 保存 web 服务的配置。
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service 定义了 web 服务。
func NewService ¶
NewService 创建一个新的 web 服务。
Click to show internal directories.
Click to hide internal directories.