summaryrefslogtreecommitdiff
path: root/crawler/main.go
diff options
context:
space:
mode:
authorMax2018-02-08 01:04:44 +0100
committerMax2018-02-08 01:04:44 +0100
commit8641287110ddfdaf3f786c247ef7ef0eb321afa4 (patch)
treeea290b5dbe5d3265b68139b24ce55100d0614963 /crawler/main.go
parent5aed13831b523043d41229c8857445d6e889cc72 (diff)
downloadalkobote-8641287110ddfdaf3f786c247ef7ef0eb321afa4.tar.gz
Adds missing attributes.
Diffstat (limited to 'crawler/main.go')
-rw-r--r--crawler/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawler/main.go b/crawler/main.go
index 0066530..9a21c5f 100644
--- a/crawler/main.go
+++ b/crawler/main.go
@@ -25,6 +25,8 @@ type App struct {
type Angebot struct {
Id int
Name string
+ Abv string
+ Volume string
Shop int
Url string
Original_price int