This commit is contained in:
2026-07-28 20:38:03 +07:00
parent f6934e9d5b
commit 20662dc9da
20 changed files with 729 additions and 233 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
package repos
type Team struct {
ID int
Name string
Status string
Password string
ID int
Name string
Status string
Password string
ScenarioId int
}