//
pkg.gl
Category
github.com/cpuguy83/go-docker
container
streamutil
package
0.3.0
Repository:
https://github.com/cpuguy83/go-docker.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
150 SLOC
#
Functions
NewStdReader
NewStdReader creates a reader for consuming a stdio stream.
StdCopy
StdCopy will de-multiplex `src`, assuming that it contains two streams, previously multiplexed together using a StdWriter instance.
#
Constants
Stderr
Stderr represents standard error steam type.
Stdin
Stdin represents standard input stream type.
Stdout
Stdout represents standard output stream type.
Systemerr
Systemerr represents errors originating from the system that make it into the multiplexed stream.
#
Structs
StdHeader
StdHeader is a descriptor for a stdio stream frame It gets used in conjunction with StdReader.
StdReader
No description provided by the author