Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Leaderboard ¶
type Leaderboard struct { ID bson.ObjectID `bson:"_id,omitempty"` UserID bson.ObjectID `bson:"userId"` Method string `bson:"method"` TotalPoint int `bson:"totalPoint"` Rank int `bson:"rank"` CreatedAt bson.DateTime `bson:"createdAt"` UpdatedAt bson.DateTime `bson:"updatedAt"` }
Leaderboard ユーザーとスコアの集計結果を格納する
Click to show internal directories.
Click to hide internal directories.