Return more data per player on listing all players
This commit is contained in:
@@ -8,9 +8,11 @@ type (
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Player struct {
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Guild Guild `json:"guild,omitempty"`
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Guild Guild `json:"guild,omitempty"`
|
||||
Notes int `json:"notes"`
|
||||
Associations int `json:"associations"`
|
||||
}
|
||||
Association struct {
|
||||
ID int64 `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user