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