MCPcopy Index your code
hub / github.com/docker/cli / ContextStoreWithDefault

Struct ContextStoreWithDefault

cli/command/defaultcontextstore.go:36–39  ·  view source on GitHub ↗

ContextStoreWithDefault implements the store.Store interface with a support for the default context

Source from the content-addressed store, hash-verified

34
35// ContextStoreWithDefault implements the store.Store interface with a support for the default context
36type ContextStoreWithDefault struct {
37 store.Store
38 Resolver DefaultContextResolver
39}
40
41// EndpointDefaultResolver is implemented by any EndpointMeta object
42// which wants to be able to populate the store with whatever their default is.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected