aboutsummaryrefslogtreecommitdiffstats
path: root/core.go
diff options
context:
space:
mode:
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"`
}