DockerCLI/cli/registry/client
Sebastiaan van Stijn 801113fb8d
cli/registry/client: remove unused IsNotFound(), and slight refactor
This function was not used anywhere, and the error type already satisfied
the github.com/docker/docker/errdefs.ErrNotFound interface, so let's remove
this utility and (if needed at some point) use errdefs.IsNotFound() instead.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-30 20:00:36 +02:00
..
client.go cli/registry/client: remove unused RegistryClient.GetTags() 2022-03-30 20:00:34 +02:00
endpoint.go vendor: github.com/docker/docker 25917217cab38eab40c3db0010b915258f4a8491 2021-06-22 10:16:54 +02:00
fetcher.go cli/registry/client: remove unused IsNotFound(), and slight refactor 2022-03-30 20:00:36 +02:00