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
@@ -3,5 +3,6 @@ package repos
type Team struct {
ID int
Name string
Status string
Password string
}