aboutsummaryrefslogtreecommitdiffstats
path: root/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'core.go')
-rw-r--r--core.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.go b/core.go
index da92854..b444ac6 100644
--- a/core.go
+++ b/core.go
@@ -15,6 +15,7 @@ type Offer struct {
Sku string `json:"sku"`
Url string `json:"distributor_url"`
Comment string `json:"comment"`
+ Available uint32 `json:"avail"`
Prices []OfferPrice `json:"prices"`
}