7 lines
162 B
Go
7 lines
162 B
Go
|
package skirdaobjects
|
||
|
|
||
|
type SkirdaGame struct {
|
||
|
SkirdaGameId string `bson:"skirdagameid" json:"skirdagameid"`
|
||
|
Title string `bson:"title" json:"title"`
|
||
|
}
|