compose/client
Djordje Lukic 635ecd7b99 Return a default implementation when nil
Some backends can decide not to implement a whole set of APIs (compose
for example), we now return a default implementation that returns a
`errdefs.ErrNotImplemented` for each action making it easy for the cli
to print a helpful error message. We also remove any possible nil
panics.

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2020-08-20 14:32:03 +02:00
..
client.go Return a default implementation when nil 2020-08-20 14:32:03 +02:00
compose.go Return a default implementation when nil 2020-08-20 14:32:03 +02:00
containers.go Return a default implementation when nil 2020-08-20 14:32:03 +02:00
secrets.go Return a default implementation when nil 2020-08-20 14:32:03 +02:00