Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "2.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
JSONRPC string `json:"jsonrpc"`
ID any `json:"id,omitempty"`
Method string `json:"method"`
Params json.RawMessage `json:"params,omitempty"`
}
type Response ¶
func (Response) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.