mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
add Streams Comment
Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
parent
1a4fc55fd7
commit
1b12c867c5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user