package
Version:
v1.0.13
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JSONRPC struct {
Method string `json:"method"`
Params []string `json:"params"`
}
type JSONRPCResponse struct {
Success bool `json:"success"`
Data []string `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.