Versions in this module Expand all Collapse all v0 v0.1.6 Jun 19, 2021 Changes in this version + func Creds(ctx context.Context, ds *DialSettings) (*google.Credentials, error) + type DialSettings struct + APIKey string + Audiences []string + Credentials *google.Credentials + CredentialsFile string + CredentialsJSON []byte + Endpoint string + GRPCConn *grpc.ClientConn + GRPCDialOpts []grpc.DialOption + HTTPClient *http.Client + NoAuth bool + QuotaProject string + RequestReason string + Scopes []string + TokenSource oauth2.TokenSource + UserAgent string + func (ds *DialSettings) Validate() error + type PoolResolver struct + func NewPoolResolver(size int, o *DialSettings) *PoolResolver + func (r *PoolResolver) Close() + func (r *PoolResolver) Next() ([]*naming.Update, error) + func (r *PoolResolver) Resolve(target string) (naming.Watcher, error)