github.com/rawahars/moby@v24.0.4+incompatible/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  }