Skip to content

Commit

Permalink
feat(go): add isMetadata field to Item
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Nov 27, 2023
1 parent 1ab17e1 commit 56fbd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ type Item struct {
ReferencedItems []*Item `json:"referencedItems,omitempty"`
OriginalItemID *string `json:"originalItemId,omitempty"`
MetadataItemID *string `json:"metadataItemId,omitempty"`
IsMetadata bool `json:"isMetadata,omitempty"`
}

func (i *Item) Clone() *Item {
Expand Down

0 comments on commit 56fbd1f

Please sign in to comment.