github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/api/types/image/image.go (about)

     1  package image
     2  
     3  import "time"
     4  
     5  // Metadata contains engine-local data about the image.
     6  type Metadata struct {
     7  	// LastTagTime is the date and time at which the image was last tagged.
     8  	LastTagTime time.Time `json:",omitempty"`
     9  }