Files
evening_detective_server/internal/services/game_service/application.go
T
2026-07-28 20:38:03 +07:00

7 lines
78 B
Go

package game_service
type Application struct {
Name string
Image string
}