Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
|
||||
package models
|
||||
|
||||
type ListPlayersResponse struct {
|
||||
Limit int `json:"limit,omitempty"`
|
||||
Offset int `json:"offset,omitempty"`
|
||||
Players []AdminPlayer `json:"players,omitempty"`
|
||||
Total int `json:"total,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user