DockerCLI/cli/command/context
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
..
testdata Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
cmd.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
create.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
create_test.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
export-import_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
export.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
import.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
inspect.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
inspect_test.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
list.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
list_test.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
options.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
remove.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
remove_test.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
update.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
update_test.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
use.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
use_test.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00