Browse Source

add Streams Comment

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 4 months ago
parent
commit
1b12c867c5
1 changed files with 1 additions and 0 deletions
  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