# Packages

Code generated by counterfeiter.

# Functions

ZapError formats provider error messages in a useful way for logging, and performs the standard zap.Error on non provider errors.

# Interfaces

ContextCredentialsFactory is a factory which can generate ContextCredentials instances go:generate counterfeiter -o fakes/context_credentials_factory.go --fake-name ContextCredentialsFactory .
Provider describes the contract that is implemented by an internal provider implementation go:generate counterfeiter -o fakes/provider.go --fake-name Provider .