package
2.0.0-alpha5+incompatible
Repository: https://github.com/littleyang/vitess.git
Documentation: pkg.go.dev

# Functions

Dial connects to a JSON-RPC server at the specified network address.
NewClient returns a new rpc.Client to handle requests to the set of services at the other end of the connection.
NewClientCodec returns a new rpc.ClientCodec using JSON-RPC on conn.
NewHTTPClient creates a helper json rpc client for regular http based endpoints.
NewServerCodec returns a new rpc.ServerCodec using JSON-RPC on conn.
ServeConn runs the JSON-RPC server on a single connection.
ServeConnWithContext is like ServeConn but it allows to pass a connection context to the RPC methods.

# Structs

HTTPClient holds the required parameters and functions for communicating with the HTTP RPC server.