Files
evening_detective_server/internal/repos/team.go
T
2026-07-26 22:38:33 +07:00

8 lines
84 B
Go

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