Skip to content

Commit 1b12c86

Browse files
suwakeindeloof
authored andcommitted
add Streams Comment
Signed-off-by: keitosuwahara <[email protected]>
1 parent 1a4fc55 commit 1b12c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/api/io.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
"github.com/docker/cli/cli/streams"
2121
)
2222

23+
// Streams defines the standard streams (stdin, stdout, stderr) used by the CLI.
2324
type Streams interface {
2425
Out() *streams.Out
2526
Err() *streams.Out

0 commit comments

Comments
 (0)