# Functions
GetAgentAddress returns the Workload API agent address configured by the environment or a default.
NewX509SVIDClient returns a new Workload API client for X.509 SVIDs.
WithAddr specifies the unix socket address of the SPIFFE agent.
# Constants
DefaultAgentAddress is the default GRPC address to contact the spire agent at.
EnvVarAgentAddress is the environment variable name where the Workload API address may be configured.
# Structs
SVID is an X.509 SPIFFE Verifiable Identity Document.
X509SVIDClient interacts with the SPIFFE Workload API.
X509SVIDs is an X.509 SVID response from the SPIFFE Workload API.
# Interfaces
X509SVIDWatcher is implemented by consumers who wish to be updated on SVID changes.
# Type aliases
Option configures the workload client.