package
0.11.4
Repository: https://github.com/huangjunwen/nproto.git
Documentation: pkg.go.dev

# Structs

JSONClientEncoder is RPCClientEncoder using json encoding.
JSONReply is reply of a RPC call encoded by json.
JSONRequest is request of a RPC call encoded by json.
JSONServerEncoder is RPCServerEncoder using json encoding.
PBClientEncoder is RPCClientEncoder using protobuf encoding.
PBServerEncoder is RPCServerEncoder using protobuf encoding.
RPCReply is the reply of an rpc.
RPCRequest is the request of an rpc.

# Interfaces

RPCClientEncoder is the client-side encoder.
RPCServerEncoder is the server-side encoder.