Overview
Package jsonrpc implements a JSON-RPC 1.0 ClientCodec and ServerCodec for the
rpc package. For JSON-RPC 2.0 support, see https://godoc.org/?q=json-rpc+2.0
func
¶
NewClient returns a new rpc.Client to handle requests to the set of services at
the other end of the connection.
func
¶
NewServerCodec returns a new rpc.ServerCodec using JSON-RPC on conn.