package old type Counter struct { Type uint32 `json:"Type"` Id uint32 `json:"Id"` Time int64 `json:"Time"` Daily uint32 `json:"Daily"` Total uint32 `json:"Total"` } type MsgCounterListAck struct { List []*Counter `json:"List,omitempty"` } type MsgCounterChangeAck struct { *Counter }