Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DHHDB ¶
type DHHDB struct { ID int64 UID int64 TargetId int64 PrivilegeType int64 StartTime time.Time ExpiredTime time.Time Ctime time.Time Utime time.Time }
DHHDB 大航海信息DB层
type DHHDBTime ¶
type DHHDBTime struct { ID int64 UID int64 TargetId int64 PrivilegeType int64 StartTime string ExpiredTime string Ctime string Utime string }
DHHDBTime 大航海信息验DB层(时间转换)
type DaHangHaiRedis ¶
type DaHangHaiRedis struct { Id int64 `json:"id"` Uid int64 `json:"uid"` TargetId int64 `json:"target_id"` PrivilegeType int64 `json:"privilege_type"` StartTime string `json:"start_time"` ExpiredTime string `json:"expired_time"` Ctime string `json:"ctime"` Utime string `json:"utime"` }
DaHangHaiRedis 等级基础结构
type DaHangHaiRedis2 ¶
type DaHangHaiRedis2 struct { Id string `json:"id"` Uid string `json:"uid"` TargetId string `json:"target_id"` PrivilegeType string `json:"privilege_type"` StartTime string `json:"start_time"` ExpiredTime string `json:"expired_time"` Ctime string `json:"ctime"` Utime string `json:"utime"` }
DaHangHaiRedis2 等级基础结构
Click to show internal directories.
Click to hide internal directories.