api/internal/model/visit.go

5 lines
77 B
Go

package model
type VisitCounter struct {
Counter uint32 `json:"counter"`
}