Documentation
¶
Overview ¶
Package jsonrpc is a JSON-RPC 2.0 library for Go. This implementation abstracts the low-level details of JSON-RPC 2.0 and provides a high-level programming interface. The idea is that this implementation is not oriented to the specific connection protocol (TCP, HTTP, etc.). It is intended to be used by other libraries that manage the connections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAlreadyExists = errors.New("already exists") ErrInvalidFunc = errors.New("invalid function") )
Functions ¶
This section is empty.
Types ¶
type JsonRpc ¶
type JsonRpc struct {
// contains filtered or unexported fields
}
func NewJsonRpc ¶
func NewJsonRpc() *JsonRpc
Click to show internal directories.
Click to hide internal directories.