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

Interface Store

cli/context/store/store.go:25–30  ·  view source on GitHub ↗

Store provides a context store for easily remembering endpoints configuration

Source from the content-addressed store, hash-verified

23
24// Store provides a context store for easily remembering endpoints configuration
25type Store interface {
26 Reader
27 Lister
28 Writer
29 StorageInfoProvider
30}
31
32// Reader provides read-only (without list) access to context data
33type Reader interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…