From 1a8a469233e95c9474d911c352cc86d5b9e8e709 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 15 May 2012 15:46:41 -0400 Subject: minor tweaks --- core.go | 1 + 1 file changed, 1 insertion(+) (limited to 'core.go') 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"` } -- cgit v1.2.3