Versions in this module Expand all Collapse all v0 v0.0.1 Jan 13, 2021 v0.0.0 Jan 13, 2021 Changes in this version + type Client struct + func NewClient(conf *ClientConfig, opt ...grpc.DialOption) *Client + func (c *Client) Dial(ctx context.Context, target string, opts ...grpc.DialOption) (conn *grpc.ClientConn, err error) + func (c *Client) SetConfig(conf *ClientConfig) (err error) + func (c *Client) Use(handlers ...grpc.UnaryClientInterceptor) *Client + func (c *Client) UseOpt(opts ...grpc.DialOption) *Client + type ClientConfig struct + Dial xtime.Duration + KeepAliveInterval xtime.Duration + KeepAliveTimeout xtime.Duration + KeepAliveWithoutStream bool + Method map[string]*ClientConfig + NonBlock bool + Timeout xtime.Duration