Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteCallS ¶
type RemoteCallS struct {
Test string `json:"Test"`
}
func (RemoteCallS) MarshalEasyJSON ¶
func (v RemoteCallS) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (RemoteCallS) MarshalJSON ¶
func (v RemoteCallS) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*RemoteCallS) UnmarshalEasyJSON ¶
func (v *RemoteCallS) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*RemoteCallS) UnmarshalJSON ¶
func (v *RemoteCallS) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.