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
@@ -0,0 +1,6 @@
package game_service
type Application struct {
Name string
Image string
}