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

Method ListTLSFiles

cli/context/store/store.go:35–35  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

33type Reader interface {
34 GetMetadata(name string) (Metadata, error)
35 ListTLSFiles(name string) (map[string]EndpointFiles, error)
36 GetTLSData(contextName, endpointName, fileName string) ([]byte, error)
37}
38

Callers 7

ListTLSFilesMethod · 0.65
TestExportDefaultImportFunction · 0.65
runInspectFunction · 0.65
LoadTLSDataFunction · 0.65
ExportFunction · 0.65
TestExportImportFunction · 0.65
TestRemoveFunction · 0.65

Implementers 2

ContextStoreWithDefaultcli/command/defaultcontextstore.go
ContextStorecli/context/store/store.go

Calls

no outgoing calls

Tested by 3

TestExportDefaultImportFunction · 0.52
TestExportImportFunction · 0.52
TestRemoveFunction · 0.52