# README
jsonl-rpc
A implementation of net/rpc ClientCodec and ServerCodec, which can transfer JSONL(JSON Lines) stream.
Usage
Refer to db-proxy as ServerCodec and db-proxy-driver as ClientCodec.
# Functions
Dial connects to 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 on conn.
NewServerCodec returns a new rpc.ServerCodec on conn.
No description provided by the author
ServeConn runs the server on a single connection.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author