Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
type
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
ListTLSFiles
Method · 0.65
TestExportDefaultImport
Function · 0.65
runInspect
Function · 0.65
LoadTLSData
Function · 0.65
Export
Function · 0.65
TestExportImport
Function · 0.65
TestRemove
Function · 0.65
Implementers
2
ContextStoreWithDefault
cli/command/defaultcontextstore.go
ContextStore
cli/context/store/store.go
Calls
no outgoing calls
Tested by
3
TestExportDefaultImport
Function · 0.52
TestExportImport
Function · 0.52
TestRemove
Function · 0.52