Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LXredis ¶
type LimitConfig ¶
type LimitConfig struct { Redis MapRedisConfig `json:"redis"` Func MFuncConfig `json:"func"` }
type LimitVar ¶
type LimitVar struct { RedisConfig MapRedisConfig RedisPool *redigo.Pool FuncConfig MFuncConfig }
var LXLIMITCL LimitVar
type MFuncConfig ¶
type MFuncConfig struct { FunName string `json:"fun_name"` Open bool `json:"open"` Ip MFuncItem `json:"ip"` Kernel MFuncItem `json:"kernel"` BodyBy []byte `json:"bodyBy"` Url string `json:"url"` Params map[string]string `json:"params"` DelGameIDS []string `json:"delGameIDS"` // 删除某个游戏 Member MFuncItem `json:"member"` }
Click to show internal directories.
Click to hide internal directories.