mirror of https://github.com/docker/cli.git
69fdd2a4ad
- 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> |
||
---|---|---|
.. | ||
build | ||
testdata | ||
build.go | ||
build_buildkit.go | ||
build_session.go | ||
build_test.go | ||
client_test.go | ||
cmd.go | ||
formatter_history.go | ||
formatter_history_test.go | ||
history.go | ||
history_test.go | ||
import.go | ||
import_test.go | ||
inspect.go | ||
inspect_test.go | ||
list.go | ||
list_test.go | ||
load.go | ||
load_test.go | ||
prune.go | ||
prune_test.go | ||
pull.go | ||
pull_test.go | ||
push.go | ||
push_test.go | ||
remove.go | ||
remove_test.go | ||
save.go | ||
save_test.go | ||
tag.go | ||
tag_test.go | ||
trust.go | ||
trust_test.go |