Files
evening_detective_server/internal/repos/application.go
T
2026-08-30 21:17:32 +07:00

9 lines
108 B
Go

package repos
type Application struct {
Name string
Image string
TeamId int
FileType string
}