# Packages
No description provided by the author
# Functions
DontLogContentForMethod disable logging content for given method.
MustNewClient returns a Client, exits on any error.
MustNewServer returns a RpcSever, exits on any error.
NewClient returns a Client.
NewClientWithTarget returns a Client with connecting to given target.
NewDirectClientConf returns a RpcClientConf.
NewEtcdClientConf returns a RpcClientConf.
NewProxy returns a RpcProxy.
NewServer returns a RpcServer.
SetClientSlowThreshold sets the slow threshold on client side.
SetServerSlowThreshold sets the slow threshold on server side.
# Variables
WithDialOption is an alias of internal.WithDialOption.
WithNonBlock sets the dialing to be nonblock.
WithStreamClientInterceptor is an alias of internal.WithStreamClientInterceptor.
WithTimeout is an alias of internal.WithTimeout.
WithTransportCredentials return a func to make the gRPC calls secured with given credentials.
WithUnaryClientInterceptor is an alias of internal.WithUnaryClientInterceptor.
# Structs
No description provided by the author
No description provided by the author
A RpcProxy is a rpc proxy.
A RpcServer is a rpc server.
No description provided by the author