Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RelRootPath = "../"
Functions ¶
This section is empty.
Types ¶
type AppConf ¶
type AppConf struct { OpenaiKey string `toml:"OpenaiKey"` AppRootPath string MySqlDB MySqlDB `toml:"MySqlDB"` WechatMpOpenID string `toml:"WechatMpOpenID"` WechatMpAppSecret string `toml:"WechatMpAppSecret"` NewUserLimitGptReplyNum int64 `toml:"NewUserLimitGptReplyNum"` }
func InitAppConf ¶
func InitAppConf() *AppConf
Click to show internal directories.
Click to hide internal directories.