MCPcopy Create free account
hub / github.com/docker/docker-credential-helpers / Output

Method Output

client/command.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// Program is an interface to execute external programs.
10type Program interface {
11 Output() ([]byte, error)
12 Input(in io.Reader)
13}
14

Callers 5

StoreFunction · 0.65
GetFunction · 0.65
EraseFunction · 0.65
ListFunction · 0.65
OutputMethod · 0.65

Implementers 2

mockProgramclient/client_test.go
Shellclient/command.go

Calls

no outgoing calls

Tested by

no test coverage detected