mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
Add method to type ItemSummary
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user