Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2025 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 gregistry.Discovery + ServerName string