race quit, transfer state, refactor
This commit is contained in:
@@ -5,6 +5,7 @@ import "github.com/google/uuid"
|
||||
type Race struct {
|
||||
ID uuid.UUID `json:"id"`
|
||||
Name string `json:"name"`
|
||||
TTL uint `json:"ttl"`
|
||||
Extinct bool `json:"extinct"`
|
||||
Votes Float `json:"votes"`
|
||||
VoteFor uuid.UUID `json:"voteFor"`
|
||||
|
||||
Reference in New Issue
Block a user