Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Port int `toml:"port"` Env string `toml:"env"` Op *qgrpc.Config `toml:"op"` LogType string `toml:"logtype"` LogLevel types.LEVEL `toml:"loglevel"` Log map[string]interface{} `toml:"log"` // id的配置 IdKey string `toml:"idkey"` // jwt的配置 Jwt *qjwt.Config `toml:"jwt"` QqApp *QqConfig `toml:"qqapp"` WxApp *WxConfig `toml:"wxapp"` }
Click to show internal directories.
Click to hide internal directories.