Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// code
Code int64 `json:"code,omitempty"`
// message
Message string `json:"message,omitempty"`
}
Error error
swagger:model error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Stat ¶
type Stat struct {
// hit
Hit int64 `json:"hit,omitempty"`
// int1
Int1 int64 `json:"int1,omitempty"`
// int2
Int2 int64 `json:"int2,omitempty"`
// limit
Limit int64 `json:"limit,omitempty"`
// str1
Str1 string `json:"str1,omitempty"`
// str2
Str2 string `json:"str2,omitempty"`
}
Stat stat
swagger:model stat
func (*Stat) MarshalBinary ¶
MarshalBinary interface implementation
func (*Stat) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.