diff --git a/client/image_inspect_opts.go b/client/image_inspect_opts.go index bf58efcf8d..c2cc6eea84 100644 --- a/client/image_inspect_opts.go +++ b/client/image_inspect_opts.go @@ -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