add actions and auth

This commit is contained in:
2025-05-17 12:08:44 +07:00
parent 4bd18ee756
commit e1b342d12c
14 changed files with 487 additions and 246 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
package models
type Action struct {
ID string
To string
Time int64
ID int64
Place string
TeamID int64
}