mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix comment typo in attach.go
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
9324b154d2
commit
4e62bd97d3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func (daemon *Daemon) ContainerAttachWithLogs(ctx context.Context, prefixOrName
|
|||
}
|
||||
|
||||
// ContainerWsAttachWithLogsConfig attach with websockets, since all
|
||||
// stream data is delegated to the websocket to handle, there
|
||||
// stream data is delegated to the websocket to handle there.
|
||||
type ContainerWsAttachWithLogsConfig struct {
|
||||
InStream io.ReadCloser
|
||||
OutStream, ErrStream io.Writer
|
||||
|
|
Loading…
Reference in a new issue