Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + type Client struct + ExpectErrors bool + Td spiffeid.TrustDomain + func New(ctx context.Context) *Client + func NewInsecure(ctx context.Context) *Client + func NewWithCert(ctx context.Context, cert *x509.Certificate, key crypto.Signer) *Client + func (c *Client) AgentClient() agent.AgentClient + func (c *Client) BundleClient() bundle.BundleClient + func (c *Client) DebugClient() debug.DebugClient + func (c *Client) EntryClient() entry.EntryClient + func (c *Client) Release() + func (c *Client) SVIDClient() svid.SVIDClient + func (c *Client) TrustDomainClient() trustdomain.TrustDomainClient + type LocalServerClient struct + func NewLocalServerClient(ctx context.Context) *LocalServerClient + func (c *LocalServerClient) AgentClient() agent.AgentClient + func (c *LocalServerClient) Release()