Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DocsFS embed.FS
Functions ¶
Types ¶
type JSONRPCError ¶
type JSONRPCRequest ¶
type JSONRPCResponse ¶
type JSONRPCResponse struct {
JSONRPC string `json:"jsonrpc"`
ID interface{} `json:"id"`
Result interface{} `json:"result,omitempty"`
Error *JSONRPCError `json:"error,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.