# 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.