moved api to golang and dashboard do nodejs
This commit is contained in:
13
AuthentesBackend/models/game.go
Normal file
13
AuthentesBackend/models/game.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package models
|
||||
|
||||
type Game struct{
|
||||
Name string `json:"name" bson:"name"`
|
||||
}
|
||||
|
||||
type Cards struct{
|
||||
Name string `json:"name" bson:"name"`
|
||||
}
|
||||
|
||||
type Info struct{
|
||||
Name string `json:"name" bson:"name"`
|
||||
}
|
Reference in New Issue
Block a user