package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/raz0rcoder/dockerce.git
Documentation: pkg.go.dev

# Functions

Copy is a convenience wrapper which uses a buffer to avoid allocation in io.Copy.

# Variables

BufioReader32KPool is a pool which returns bufio.Reader with a 32K buffer.
BufioWriter32KPool is a pool which returns bufio.Writer with a 32K buffer.

# Structs

BufioReaderPool is a bufio reader that uses sync.Pool.
BufioWriterPool is a bufio writer that uses sync.Pool.