Skip to content

Commit b887cea

Browse files
authored
Merge pull request #3 from tacerus/itemkey
Store item keys
2 parents 301125c + 76bb1f6 commit b887cea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

item.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ type Item struct {
1313
// ItemID is the unique ID of the Item.
1414
ItemID string `json:"itemid"`
1515

16+
// ItemKey is the key name of the item.
17+
ItemKey string `json:"key_"`
18+
1619
// Itemname is the technical name of the Item.
1720
ItemName string `json:"name"`
1821

0 commit comments

Comments
 (0)