api/internal/model/hit.go

5 lines
75 B
Go

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