# 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 instancesgo:generate counterfeiter -o fakes/context_credentials_factory.go --fake-name ContextCredentialsFactory .
Provider describes the contract that is implemented by an internal provider implementationgo:generate counterfeiter -o fakes/provider.go --fake-name Provider .