aboutsummaryrefslogtreecommitdiffstats
path: root/core.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-22 20:46:05 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-22 20:46:05 -0400
commit5725df43b3bd8f22d450729147099eb4a29674dc (patch)
tree2ff0dd395b6b4cd5025d60c95cc834721429dc42 /core.go
parent8ba506cf975d4db069d7554c1260fcb3603aadf6 (diff)
downloadbommom-5725df43b3bd8f22d450729147099eb4a29674dc.tar.gz
bommom-5725df43b3bd8f22d450729147099eb4a29674dc.zip
better printing
Diffstat (limited to 'core.go')
-rw-r--r--core.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/core.go b/core.go
index 4dd7fbc..a4fab01 100644
--- a/core.go
+++ b/core.go
@@ -25,7 +25,8 @@ type LineItem struct {
FormFactor string `json:"form_factor"` // type:string
Specs string `json:"specs"` // comma seperated list
Comment string `json:"comment"`
- Tag string `json:"tag"` // comma seperated list
+ Tag string `json:"tag"` // comma seperated list
+ Category string `json:"category"` // hierarchy as comma seperated list
Elements []string `json:"elements"`
Offers []Offer `json:"offers"`
}