summaryrefslogtreecommitdiff
path: root/crawler/struct.go
diff options
context:
space:
mode:
authorMaximilian Möhring2019-05-15 16:58:56 +0200
committerMaximilian Möhring2019-05-15 16:58:56 +0200
commitc9afd4e8afe6a719b5d930c9baa2699442849fd8 (patch)
tree3eb127ab39e8cacabef7c82a264f18ce4b8ee321 /crawler/struct.go
parent428ed1c35be88fbfedc1569d6e9692778c89ff25 (diff)
downloadalkobote-c9afd4e8afe6a719b5d930c9baa2699442849fd8.tar.gz
Improves structured logging. (crawler)
Diffstat (limited to 'crawler/struct.go')
-rw-r--r--crawler/struct.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawler/struct.go b/crawler/struct.go
index 1965c2e..1b0bfc3 100644
--- a/crawler/struct.go
+++ b/crawler/struct.go
@@ -29,4 +29,7 @@ type Shop struct {
Logo_url string
Shipping_costs int
Free_shipping string
+
+ error_msg string
+ error_ctx string
}