This commit is contained in:
2020-09-16 23:49:17 +02:00
parent 66713b5722
commit 57e6f051f4
6 changed files with 9 additions and 42 deletions

View File

@@ -5,7 +5,6 @@ import "time"
type Game struct {
ID string `json:"game_id"`
User User `json:"-"`
Server Server `json:"server"`
Name string `json:"name"`
Cages []*Cage `json:"cages"`
SoldHamster []*Hamster `json:"sold_hamsters"`

View File

@@ -1,5 +0,0 @@
package model
type Server struct {
ID string
}