Files
2026-07-28 20:38:03 +07:00

7 lines
78 B
Go

package game_service
type Application struct {
Name string
Image string
}