Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
10
type
Program
interface
{
11
Output() ([]byte, error)
12
Input(in io.Reader)
13
}
14
Callers
5
Store
Function · 0.65
Get
Function · 0.65
Erase
Function · 0.65
List
Function · 0.65
Output
Method · 0.65
Implementers
2
mockProgram
client/client_test.go
Shell
client/command.go
Calls
no outgoing calls
Tested by
no test coverage detected