diff --git a/pkg/api/io.go b/pkg/api/io.go index cb83ac18d..6aa77eaf2 100644 --- a/pkg/api/io.go +++ b/pkg/api/io.go @@ -20,6 +20,7 @@ import ( "github.com/docker/cli/cli/streams" ) +// Streams defines the standard streams (stdin, stdout, stderr) used by the CLI. type Streams interface { Out() *streams.Out Err() *streams.Out