mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user