package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/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.