DockerCLI/cli/command/engine
Vincent Demeester 69fdd2a4ad
formatter package heavy refactoring
- make it possible to extract the formatter implementation from the
  "common" code, that way, the formatter package stays small
- extract some formatter into their own packages

This is essentially moving the "formatter" implementation of each type
in their respective packages. The *main* reason to do that, is to be
able to depend on `cli/command/formatter` without depending of the
implementation detail of the formatter. As of now, depending on
`cli/command/formatter` means we depend on `docker/docker/api/types`,
`docker/licensing`, … — that should not be the case. `formatter`
should hold the common code (or helpers) to easily create formatter,
not all formatter implementations.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-23 17:05:44 +02:00
..
testdata Expose licensing details before loading 2018-09-28 14:37:02 -07:00
activate.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
activate_test.go Refine how metadata dir is handled 2018-10-01 14:28:11 -07:00
activate_unix.go Refined engine implementations 2018-09-21 15:41:25 -07:00
activate_windows.go Refined engine implementations 2018-09-21 15:41:25 -07:00
auth.go Review comments 2018-09-21 15:43:00 -07:00
check.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
check_test.go Refine how metadata dir is handled 2018-10-01 14:28:11 -07:00
client_test.go Remove unused helath check func 2018-10-02 20:52:34 +02:00
cmd.go Install binaries on host for upgrade 2018-09-21 15:40:35 -07:00
cmd_test.go Refined engine implementations 2018-09-21 15:41:25 -07:00
init.go Refined engine implementations 2018-09-21 15:41:25 -07:00
licenses.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
licenses_test.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
update.go Remove unused helath check func 2018-10-02 20:52:34 +02:00
update_test.go Refine how metadata dir is handled 2018-10-01 14:28:11 -07:00
updates.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
updates_test.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00