Documentation ¶
Index ¶
Constants ¶
View Source
const ( ActUpdateExp = "updateExp" ActUpdateLevel = "updateLevel" ActUpdateFace = "updateFace" ActUpdateMoral = "updateMoral" ActUpdateUname = "updateUname" ActUpdateRealname = "updateRealname" ActUpdateByAdmin = "updateByAdmin" ActBlockUser = "blockUser" )
consts
View Source
const ( CacheKeyBase = "bs_%d" // key of baseInfo CacheKeyMoral = "moral_%d" // key of detail CacheKeyInfo = "i_" )
consts
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binlog ¶
type Binlog struct { Action string `json:"action"` Table string `json:"table"` New json.RawMessage `json:"new"` Old json.RawMessage `json:"old"` }
Binlog is
type ExpMessage ¶
ExpMessage exp msg
type MemberBase ¶
type MemberBase struct { Mid int64 `json:"mid"` Name string `json:"name"` Sex int64 `json:"sex"` Face string `json:"face"` Sign string `json:"sign"` Rank int64 `json:"rank"` }
MemberBase is
Click to show internal directories.
Click to hide internal directories.