mirror of
https://github.com/moby/moby.git
synced 2026-08-10 17:15:06 +00:00
@@ -23,7 +23,7 @@ type ContainerAttachResult struct {
|
||||
|
||||
// ContainerAttach attaches a connection to a container in the server.
|
||||
// It returns a [HijackedResponse] with the hijacked connection
|
||||
// and a reader to get output. It's up to the called to close
|
||||
// and a reader to get output. It's up to the caller to close
|
||||
// the hijacked connection by calling [HijackedResponse.Close].
|
||||
//
|
||||
// The stream format on the response uses one of two formats:
|
||||
|
||||
@@ -117,7 +117,7 @@ type ExecAttachResult struct {
|
||||
// ExecAttach attaches a connection to an exec process in the server.
|
||||
//
|
||||
// It returns a [HijackedResponse] with the hijacked connection
|
||||
// and a reader to get output. It's up to the called to close
|
||||
// and a reader to get output. It's up to the caller to close
|
||||
// the hijacked connection by calling [HijackedResponse.Close].
|
||||
//
|
||||
// The stream format on the response uses one of two formats:
|
||||
|
||||
2
vendor/github.com/moby/moby/client/container_attach.go
generated
vendored
2
vendor/github.com/moby/moby/client/container_attach.go
generated
vendored
@@ -23,7 +23,7 @@ type ContainerAttachResult struct {
|
||||
|
||||
// ContainerAttach attaches a connection to a container in the server.
|
||||
// It returns a [HijackedResponse] with the hijacked connection
|
||||
// and a reader to get output. It's up to the called to close
|
||||
// and a reader to get output. It's up to the caller to close
|
||||
// the hijacked connection by calling [HijackedResponse.Close].
|
||||
//
|
||||
// The stream format on the response uses one of two formats:
|
||||
|
||||
2
vendor/github.com/moby/moby/client/container_exec.go
generated
vendored
2
vendor/github.com/moby/moby/client/container_exec.go
generated
vendored
@@ -117,7 +117,7 @@ type ExecAttachResult struct {
|
||||
// ExecAttach attaches a connection to an exec process in the server.
|
||||
//
|
||||
// It returns a [HijackedResponse] with the hijacked connection
|
||||
// and a reader to get output. It's up to the called to close
|
||||
// and a reader to get output. It's up to the caller to close
|
||||
// the hijacked connection by calling [HijackedResponse.Close].
|
||||
//
|
||||
// The stream format on the response uses one of two formats:
|
||||
|
||||
Reference in New Issue
Block a user