client/image_inspect: Unexport ImageInspectOptions

This should be an implementation detail and should not be exported.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-09-08 21:48:42 +02:00
parent 67c8064bb3
commit 705f26010e

View File

@@ -50,10 +50,10 @@ func ImageInspectWithPlatform(platform *ocispec.Platform) ImageInspectOption {
type imageInspectOpts struct {
raw *bytes.Buffer
apiOptions ImageInspectOptions
apiOptions imageInspectOptions
}
type ImageInspectOptions struct {
type imageInspectOptions struct {
// Manifests returns the image manifests.
Manifests bool