add Streams Comment

Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
keitosuwahara 2025-07-27 01:53:13 +09:00 committed by Nicolas De loof
parent 1a4fc55fd7
commit 1b12c867c5

View File

@ -20,6 +20,7 @@ import (
"github.com/docker/cli/cli/streams" "github.com/docker/cli/cli/streams"
) )
// Streams defines the standard streams (stdin, stdout, stderr) used by the CLI.
type Streams interface { type Streams interface {
Out() *streams.Out Out() *streams.Out
Err() *streams.Out Err() *streams.Out