Răsfoiți Sursa

add Streams Comment

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 5 luni în urmă
părinte
comite
1b12c867c5
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      pkg/api/io.go

+ 1 - 0
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