5 lines
75 B
Go
5 lines
75 B
Go
package model
|
|
|
|
type HitCounter struct {
|
|
Counter uint32 `json:"counter"`
|
|
}
|