MCPcopy
hub / github.com/docker/docker-agent / Name

Method Name

pkg/config/sources.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28type Source interface {
29 Name() string
30 ParentDir() string
31 Read(ctx context.Context) ([]byte, error)
32}

Callers 15

writeJSONFunction · 0.65
newAgentPolicyFunction · 0.65
TestAgentFunction · 0.65
writeTempFileFunction · 0.65
ListArtifactsMethod · 0.65
removeReferenceLinksMethod · 0.65
TestURLSource_ReadFunction · 0.65
TestResolve_URLReferenceFunction · 0.65

Implementers 6

mockSourcepkg/server/source_loader_test.go
sourceLoaderpkg/server/source_loader.go
fileSourcepkg/config/sources.go
bytesSourcepkg/config/sources.go
ociSourcepkg/config/sources.go
urlSourcepkg/config/sources.go

Calls

no outgoing calls