package
1.1.1
Repository: https://github.com/userzhangjinlong/go-zero.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DontLogClientContentForMethod disable logging content for given method.
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.
WithCallTimeout return a call option with given timeout to make a method call.

# 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

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author