generated from VLADIMIR/template
add db
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Action struct {
|
||||
ID string
|
||||
To string
|
||||
Time int64
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Application struct {
|
||||
TeamID int64
|
||||
Name string
|
||||
State string
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Game struct {
|
||||
StartTime int64
|
||||
EndTime int64
|
||||
State string
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Team struct {
|
||||
ID int64
|
||||
Name string
|
||||
Password string
|
||||
}
|
||||
Reference in New Issue
Block a user