Versions in this module Expand all Collapse all v2 v2.0.0 Sep 27, 2022 Changes in this version + type BaseClient struct + Authn pbauthn.AuthnClient + Authz pbauthz.AuthzClient + Connection *grpc.ClientConn + Health grpc_health_v1.HealthClient + Index pbindex.IndexClient + Version pbversion.VersionClient + func NewBaseClient(endpoint string, opts ...Option) (BaseClient, error) + func (b *BaseClient) Close() error + type GenericClient struct + Generic pb.GenericClient + func NewGenericClient(endpoint string, opts ...Option) (GenericClient, error) + type Option func(*BaseClient) grpc.DialOption + func WithGrpcOption(option grpc.DialOption) Option + func WithTokenRefresh(uid, pwd string) Option v2.0.0-ci.17 Sep 27, 2022 Other modules containing this package github.com/cybercryptio/d1-client-go