Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct { Forum int64 `json:"forum"` Post int64 `json:"post"` Thread int32 `json:"thread"` User int32 `json:"user"` }
func (Status) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Status) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Status) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Status) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Statuses ¶
type Statuses []Status
func (Statuses) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Statuses) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Statuses) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Statuses) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.