summaryrefslogtreecommitdiff
path: root/api/types/image/opts.go
blob: 3cefecb0da3474d676c696d080013df0f6d70c4e (plain)
1
2
3
4
5
6
7
8
9
package image

import ocispec "github.com/opencontainers/image-spec/specs-go/v1"

// GetImageOpts holds parameters to inspect an image.
type GetImageOpts struct {
	Platform *ocispec.Platform
	Details  bool
}