add teams operations

This commit is contained in:
2026-07-28 00:51:25 +07:00
parent 5a5b36e44d
commit f6934e9d5b
11 changed files with 199 additions and 35 deletions
+1
View File
@@ -86,6 +86,7 @@ func main() {
teamRepo,
scenariosRepo,
os.Getenv("FILE_PREFIX_DOMAIN"),
passwordGenerator,
)
// Create a listener on TCP port
@@ -1996,6 +1996,12 @@
},
"name": {
"type": "string"
},
"status": {
"type": "string"
},
"password": {
"type": "string"
}
}
},