//
pkg.gl
Category
github.com/moby/docker
container
stream
bytespipe
package
28.0.1+incompatible
Repository:
https://github.com/moby/docker.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
197 SLOC
#
Functions
New
New creates new BytesPipe, initialized by specified slice.
#
Variables
ErrClosed
ErrClosed is returned when Write is called on a closed BytesPipe.
#
Structs
BytesPipe
BytesPipe is io.ReadWriteCloser which works similarly to pipe(queue).