DockerCLI/internal/containerizedengine
Silvin Lubecki eb0ba4f8d5 Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine
Aliasing old types
* streams.InStream -> streams.In
* streams.NewInStream -> streams.NewIn
* streams.OutStream -> streams.Out
* streams.NewOutStream -> streams.NewOut

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2019-01-28 14:36:00 +01:00
..
client_test.go Fix lint glitches 2018-09-21 15:43:28 -07:00
containerd.go Remove containerizedengine package dependency from docker/cli/command… 2018-09-11 14:46:30 +02:00
containerd_test.go Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine 2019-01-28 14:36:00 +01:00
progress.go Fix progress reporting for containerd pulls 2018-08-28 16:27:53 -07:00
types.go Refine how metadata dir is handled 2018-10-01 14:28:11 -07:00
update.go Remove unused helath check func 2018-10-02 20:52:34 +02:00
update_test.go Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine 2019-01-28 14:36:00 +01:00