evening_detective/internal/models/action.go

8 lines
77 B
Go

package models
type Action struct {
ID string
To string
Time int64
}