feat: gamemaster
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package rest
|
||||
|
||||
// BanishRequest is the request body of POST /api/v1/admin/race/banish.
|
||||
// RaceName must identify an existing race in the engine roster.
|
||||
type BanishRequest struct {
|
||||
RaceName string `json:"race_name" binding:"required,notblank"`
|
||||
}
|
||||
Reference in New Issue
Block a user