Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func MustNewClient ¶
func MustNewClient(c RpcClientConf, options ...ClientOption) Client
type ClientOption ¶
type ClientOption = zrpc.ClientOption
type RpcClientConf ¶
type RpcClientConf struct {
zrpc.RpcClientConf
}
type RpcServer ¶
func MustNewServer ¶
func MustNewServer(c RpcServerConf, register func(*grpc.Server)) *RpcServer
type RpcServerConf ¶
type RpcServerConf struct { zrpc.RpcServerConf Tag string `json:",optional,env=ZERO_FLOW_TAG"` }
Click to show internal directories.
Click to hide internal directories.