Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
|
||||
package models
|
||||
|
||||
type RankEntry struct {
|
||||
PlayerID string `json:"playerId,omitempty"`
|
||||
PlayerName string `json:"playerName,omitempty"`
|
||||
Rank int64 `json:"rank,omitempty"`
|
||||
Score float64 `json:"score,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user