jsonrpc

package
v0.34.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client takes params as a slice

func NewClient

func NewClient(remote string) *Client

NewClient returns a Client pointed at the given address.

func (*Client) Call

func (c *Client) Call(method string, params interface{}, result interface{}) error

type HTTPClient

type HTTPClient interface {
	Call(method string, params interface{}, result interface{}) error
}

HTTPClient is a common interface for Client and URIClient.

type URIClient

type URIClient struct {
	// contains filtered or unexported fields
}

URI takes params as a map

func NewURIClient

func NewURIClient(remote string) *URIClient

func (*URIClient) Call

func (c *URIClient) Call(method string, params interface{}, result interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL