protodoc.io
Project docker/node-sdk
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
com.docker.api.protos.compose.v1
com.docker.api.protos.containers.v1
com.docker.api.protos.context.v1
com.docker.api.protos.streams.v1
com.docker.api.protos.volumes.v1
google.protobuf
com.docker.api.protos.streams.v1
Streaming
NewStream
BytesMessage
ExitMessage
IOStream
ResizeMessage
package
com.docker.api.protos.streams.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
Streaming
streams.proto:24
rpc
NewStream
(
stream
google.protobuf.Any
,
stream
google.protobuf.Any
)
streams.proto:25
message
BytesMessage
streams.proto:34
IOStream
type
= 1
bytes
value
= 2
message
ExitMessage
streams.proto:44
uint32
status
= 1
enum
IOStream
streams.proto:28
Used in:
BytesMessage
STDIN
= 0
STDOUT
= 1
STDERR
= 2
message
ResizeMessage
streams.proto:39
uint32
width
= 1
uint32
height
= 2