MCPcopy Create free account
hub / github.com/docker/cli / client

Struct client

internal/registryclient/client.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37type AuthConfigResolver func(ctx context.Context, hostName string) registrytypes.AuthConfig
38
39type client struct {
40 authConfigResolver AuthConfigResolver
41 insecureRegistry bool
42 userAgent string
43}
44
45// ErrBlobCreated returned when a blob mount request was created
46type ErrBlobCreated struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected