Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemRecord ¶
type ItemRecord struct { Count uint32 ID uint64 Date string OperationType string ServerTag string SaverType SaverType }
ItemRecord 道具记录
func (*ItemRecord) GetSaverType ¶
func (r *ItemRecord) GetSaverType() SaverType
type MongoSaver ¶
MongoSaver ...
func (MongoSaver) Save ¶
func (s MongoSaver) Save(recordIF RecordIF) bool
type MysqlSaver ¶
type MysqlSaver struct { }
MysqlSaver ...
func (MysqlSaver) Save ¶
func (s MysqlSaver) Save(recordIF RecordIF) bool
type RechargeRecord ¶
type RechargeRecord struct { UserID uint64 Category int Quantity uint64 Date string SaverType SaverType }
RechargeRecord ...
func (RechargeRecord) GetSaverType ¶
func (r RechargeRecord) GetSaverType() SaverType
func (RechargeRecord) Load ¶
func (r RechargeRecord) Load()
func (RechargeRecord) Save ¶
func (r RechargeRecord) Save(saverIF SaverIF) bool
type RecordMgr ¶
type RecordMgr struct { ChRecord chan RecordIF ChStop chan struct{} // contains filtered or unexported fields }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.