Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type In ¶
type In struct {
Name string `json:"name"`
}
func (In) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (In) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*In) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*In) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Out ¶
type Out struct {
Result string `json:"result"`
}
func (Out) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Out) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Out) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Out) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.