package
1.0.2003
Repository: https://github.com/estafette/estafette-ci-api.git
Documentation: pkg.go.dev

# Functions

NewClient returns a new dockerhubapi.Client.
NewLoggingClient returns a new instance of a logging Client.
NewMetricsClient returns a new instance of a metrics Client.
NewMockClient creates a new mock instance.
NewTracingClient returns a new instance of a tracing Client.

# Structs

DockerHubToken is a bearer token to authenticate requests with.
No description provided by the author
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.

# Interfaces

Client communicates with docker hub apigo:generate mockgen -package=dockerhubapi -destination ./mock.go -source=client.go.