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) (*cli.OneClient, error) + func (b *Builder) RegisterBuilder(builder resolver.Builder) + type Client struct + func NewClient(cli *cli.OneClient) *Client + func (c *Client) Call(ctx context.Context, service, method string, args interface{}, ...) error + func (c *Client) Client() interface{} + type Options struct + CertFile string + Discovery gregistry.Discovery + FailMode cli.FailMode + PoolSize int + ServerName string