ing
This commit is contained in:
parent
f8066ca9e4
commit
9057f35053
|
@ -35,7 +35,7 @@ type clientResponse struct {
|
||||||
Version string `json:"jsonrpc"`
|
Version string `json:"jsonrpc"`
|
||||||
Result *json.RawMessage `json:"result,omitempty"`
|
Result *json.RawMessage `json:"result,omitempty"`
|
||||||
Error error `json:"error,omitempty"`
|
Error error `json:"error,omitempty"`
|
||||||
ID interface{} `json:"id"`
|
ID interface{} `json:"id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// clientRequest represents a JSON-RPC request sent by a client.
|
// clientRequest represents a JSON-RPC request sent by a client.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user