moby/api/types/backend
Sebastiaan van Stijn a3a42c459e
api/types/image: move GetImageOpts to api/types/backend
The `GetImageOpts` struct is used for options to be passed to the backend,
and are not used in client code. This struct currently is intended for internal
use only.

This patch moves the `GetImageOpts` struct to the backend package to prevent
it being imported in the client, and to make it more clear that this is part
of internal APIs, and not public-facing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-22 20:45:21 +01:00
..
backend.go api/types/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01:00
build.go fixing consistent aliases for OCI spec imports 2023-05-08 15:27:52 +05:30