package
0.0.0-20180718163623-7f4d65f4f38e
Repository: https://github.com/puppetlabs/lumogon.git
Documentation: pkg.go.dev

# Functions

AddCustomDockerStreamHeader behaves indentically to addHeader but allows you to alter the calculated payload size in the header by supplying a sizeOffset to increase/decrease the size stored in the header.
AddDockerStreamHeader prefixes the supplied byte slice with a docker stream header as seen in Dockers stdWriter.Write(p []byte).
TimeoutReader wraps a Reader and allows up to n valid reads after which subsequent reads will return ErrTimeout.

# Variables

ErrTimeout is thrown when the number of valid reads is exceeded.