//
pkg.gl
Category
github.com/moby/docker
internal
ioutils
package
28.0.1+incompatible
Repository:
https://github.com/moby/docker.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
0
Files
42 SLOC
#
Functions
CopyCtx
CopyCtx copies from src to dst until either EOF is reached on src or a context is cancelled.
NewCtxReader
NewCtxReader wraps the given reader with a reader that doesn't proceed with reading if the context is done.