Versions in this module Expand all Collapse all v0 v0.0.1 Apr 26, 2024 Changes in this version + type Builder struct + func NewBuilder(opts *Options) *Builder + func (b *Builder) Build(target string) (*grpc.ClientConn, error) + type Client struct + func NewClient(cc *grpc.ClientConn) *Client + func (c *Client) Call(ctx context.Context, service, method string, args interface{}, ...) error + func (c *Client) Client() interface{} + type Options struct + CertFile string + DialOpts []grpc.DialOption + Discovery registry.Discovery + KeepAlivePermitWithoutStream bool + KeepAliveTime int + KeepAliveTimeout int + PoolSize int + ServerName string + type Pool struct + func (p *Pool) Get() *grpc.ClientConn