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

Struct Shell

client/command.go:45–47  ·  view source on GitHub ↗

Shell invokes shell commands to talk with a remote credentials-helper.

Source from the content-addressed store, hash-verified

43
44// Shell invokes shell commands to talk with a remote credentials-helper.
45type Shell struct {
46 cmd *exec.Cmd
47}
48
49// Output returns responses from the remote credentials-helper.
50func (s *Shell) Output() ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected