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
+7
View File
@@ -0,0 +1,7 @@
package repos
type Application struct {
Name string
Image string
TeamId int
}