# Functions
MustNewClient returns a Client, exits on any error.
MustNewServer returns a RpcSever, exits on any error.
NewClient returns a Client.
NewClientNoAuth returns a Client without authentication.
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.
# Variables
WithDialOption is an alias of internal.WithDialOption.
WithTimeout is an alias of internal.WithTimeout.
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