Files
evening_detective_server/internal/repos/team.go
T
2026-08-03 00:49:27 +07:00

10 lines
115 B
Go

package repos
type Team struct {
ID int
Name string
Status string
Password string
GameId int
}