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> |
||
---|---|---|
.. | ||
testdata | ||
cli.go | ||
client.go | ||
conversion.go | ||
conversion_test.go | ||
convert.go | ||
convert_test.go | ||
deploy.go | ||
list.go | ||
ps.go | ||
remove.go | ||
services.go | ||
services_test.go | ||
stack.go | ||
stackclient.go | ||
stackclient_test.go | ||
warnings.go | ||
warnings_test.go | ||
watcher.go | ||
watcher_test.go |