Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRandSeed ¶ added in v1.4.0
用户随机种子
func (UserRandSeed) GetID ¶ added in v1.4.0
func (m UserRandSeed) GetID() string
type UserValueLog ¶
type UserValueLog struct {
ValueType int
Count int64
OldCount int64
ID string `alias:"" bson:"_id" db:"_id"`
Source string
UserID string
}
用户数值日志
func (UserValueLog) GetID ¶
func (m UserValueLog) GetID() string
func (UserValueLog) IsChange ¶
func (m UserValueLog) IsChange() bool
func (*UserValueLog) SetCount ¶
func (m *UserValueLog) SetCount(v int64)
func (*UserValueLog) SetID ¶
func (m *UserValueLog) SetID(v string)
Click to show internal directories.
Click to hide internal directories.