Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorReply ¶
type Response ¶
type Response struct {
JSONRPC string `json:"jsonrpc,omitempty"`
ID any `json:"id,omitempty"`
Result any `json:"result,omitempty"`
Error *ErrorReply `json:"error,omitempty"`
}
func (Response) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.