Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorLevelInfo ¶
type AnchorLevelInfo struct { Level int64 `json:"level"` NextLevel int64 `json:"nextLevel"` UserExpLeft int64 `json:"userExpLeft"` UserExpRight int64 `json:"userExpRight"` UserExp int64 `json:"userExp"` UserExpNextLevel int64 `json:"userExpNextLevel"` Color int64 `json:"color"` UserExpNextLeft int64 `json:"userExpNextLeft"` UserExpNextRight int64 `json:"userExpNextRight"` AnchorScore int64 `json:"anchorScore"` IsLevelTop int64 `json:"isLevelTop"` }
AnchorLevelInfo 等级基础结构
type LevelInfo ¶
type LevelInfo struct { UID int64 UserLevel UserLevelInfo AnchorLevel AnchorLevelInfo CTime string MTime string }
LevelInfo 等级结构
type ModelExpLog ¶
type ModelExpLog struct { Mid int64 Uexp int64 Rexp int64 Ts int64 // 业务来源 ReqBizDesc string Buvid string // 具体描述 Content map[string]string }
ModelExpLog 行为日志上报结构
type UserLevelInfo ¶
type UserLevelInfo struct { Level int64 `json:"level"` NextLevel int64 `json:"nextLevel"` UserExpLeft int64 `json:"userExpLeft"` UserExpRight int64 `json:"userExpRight"` UserExp int64 `json:"userExp"` UserExpNextLevel int64 `json:"userExpNextLevel"` Color int64 `json:"color"` UserExpNextLeft int64 `json:"userExpNextLeft"` UserExpNextRight int64 `json:"userExpNextRight"` IsLevelTop int64 `json:"isLevelTop"` }
UserLevelInfo 等级基础结构
Click to show internal directories.
Click to hide internal directories.