evening_detective/internal/models/action.go

8 lines
82 B
Go

package models
type Action struct {
ID int64
Place string
TeamID int64
}