aboutsummaryrefslogtreecommitdiffstats
path: root/core.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-05-15 15:46:41 -0400
committerbnewbold <bnewbold@robocracy.org>2012-05-15 15:46:41 -0400
commit1a8a469233e95c9474d911c352cc86d5b9e8e709 (patch)
tree22c14a8dc9ab7970e7d88e30a231e304ab5af58f /core.go
parent521669aad0ff1e90842d025a56d3551499d118b0 (diff)
downloadbommom-1a8a469233e95c9474d911c352cc86d5b9e8e709.tar.gz
bommom-1a8a469233e95c9474d911c352cc86d5b9e8e709.zip
minor tweaks
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"`
}