MCPcopy Index your code
hub / github.com/docker/cli / Streams

Interface Streams

cli/command/cli.go:35–39  ·  view source on GitHub ↗

Streams is an interface which exposes the standard input and output streams

Source from the content-addressed store, hash-verified

33
34// Streams is an interface which exposes the standard input and output streams
35type Streams interface {
36 In() *streams.In
37 Out() *streams.Out
38 Err() *streams.Out
39}
40
41// Cli represents the docker command line client.
42type Cli interface {

Callers

nothing calls this directly

Implementers 3

DockerClicli/command/cli.go
FakeCliinternal/test/cli.go
FakeClicmd/docker-trust/internal/test/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…