github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/api/types/image/opts.go (about)

     1  package image
     2  
     3  import ocispec "github.com/opencontainers/image-spec/specs-go/v1"
     4  
     5  // GetImageOpts holds parameters to inspect an image.
     6  type GetImageOpts struct {
     7  	Platform *ocispec.Platform
     8  	Details  bool
     9  }