Add method to type ItemSummary

This commit is contained in:
Katos
2025-03-23 20:34:29 +00:00
parent 7937518ef0
commit 6b0c28df83

View File

@@ -134,7 +134,9 @@ type (
Labels []LabelSummary `json:"labels"` Labels []LabelSummary `json:"labels"`
ImageID *uuid.UUID `json:"imageId,omitempty"` ImageID *uuid.UUID `json:"imageId,omitempty"`
// Sale details
SoldTime time.Time `json:"soldTime"`
} }
ItemOut struct { ItemOut struct {