package
0.0.0-20240615203259-d1273b2b4a1f
Repository: https://github.com/psaintlaurent/moby.git
Documentation: pkg.go.dev

# Functions

CopyCtx copies from src to dst until either EOF is reached on src or a context is cancelled.
NewCtxReader wraps the given reader with a reader that doesn't proceed with reading if the context is done.