evening_detective/internal/models/team.go

8 lines
87 B
Go

package models
type Team struct {
ID int64
Name string
Password string
}