DockerCLI/cli/command/formatter
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 formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
buildcache.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
container.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
container_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
custom.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
custom_test.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
disk_usage.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
disk_usage_test.go system/df: allow -v with --format 2018-09-13 23:14:58 +00:00
displayutils.go Refactor stringutils and fix docker search output form when the description has CJK character 2017-10-27 11:15:10 +08:00
displayutils_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
formatter.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
image.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
image_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
reflect.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
reflect_test.go Add unused linter. 2017-06-14 16:54:27 -07:00
volume.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
volume_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00