removed inputGame
This commit is contained in:
parent
5a7ced2e0e
commit
a69ef77e26
@ -1,16 +0,0 @@
|
|||||||
package model
|
|
||||||
|
|
||||||
import (
|
|
||||||
"time"
|
|
||||||
)
|
|
||||||
|
|
||||||
type InputGame struct {
|
|
||||||
Added time.Time `json:"added"`
|
|
||||||
Author string `json:"author"`
|
|
||||||
Team0Player0 string `json:"t0p0"`
|
|
||||||
Team0Player1 string `json:"t0p1"`
|
|
||||||
Team1Player0 string `json:"t1p0"`
|
|
||||||
Team1Player1 string `json:"t1p1"`
|
|
||||||
Score int `json:"score"`
|
|
||||||
Overtime bool `jsone:"ot"`
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user