Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MintReq ¶
func (MintReq) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (MintReq) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*MintReq) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*MintReq) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Send ¶
func (Send) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Send) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Send) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Send) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type SendReq ¶
type SendReq struct {
Sends []*Send `json:"sends"`
}
func (SendReq) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (SendReq) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*SendReq) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SendReq) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.