heroku / docker-registry-client

A Go API client for the v2 Docker Registry API
BSD 3-Clause "New" or "Revised" License
297 stars 225 forks source link

Any plan to support context API? #31

Open stainboy opened 7 years ago

stainboy commented 7 years ago

Manipulating blob is time consuming. It would be better to improve the existing API to support context, which helps to control timeout and cancellation gracefully.

Meantime, is it possible to introduce something like progress callback API to make it more comprehensive?