Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonRpcHttpInfo ¶
Represents the information of HTTP responsed on JSONRPC service
type JsonRpcService ¶
type JsonRpcService struct {
// contains filtered or unexported fields
}
Represents the service information of JSONRPC(2.0)
func (*JsonRpcService) CallMethod ¶
func (service *JsonRpcService) CallMethod(method string, params interface{}, reply interface{}) (*JsonRpcHttpInfo, error)
Calls method of JSONRPC
Click to show internal directories.
Click to hide internal directories.