add load applications

This commit is contained in:
2026-08-30 21:17:32 +07:00
parent 3b15fb3a2b
commit c0b5ceb65f
28 changed files with 1536 additions and 139 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
package repos
type Application struct {
Name string
Image string
TeamId int
Name string
Image string
TeamId int
FileType string
}