github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/api/types/image/opts.go (about)

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