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