opts.go 208 B

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