Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Stephen J Day 002fcc738c client: plumb net/context.Context through entire API
In general, `net/context.Context` should be the first argument to
methods that may be on a request call chain. While some API methods had
context, many did not, making support inconsistent. Applications that
require full plumbing of context, such as those that rely on
cancellation for resource cleanup, would be incompatible with
inconsistent plumbing. The change takes a first pass at adding context
through the entire API.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2016-03-08 13:30:37 -08:00
Vincent Demeester b206ee7c64 Split volume.go into multiple files
To follow what we do with containers and images.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-21 13:50:38 +01:00