summaryrefslogtreecommitdiff
path: root/crawler/main.go
diff options
context:
space:
mode:
authorhorus_arch2018-02-17 13:51:35 +0100
committerhorus_arch2018-02-17 13:51:35 +0100
commitbcdea2f8e95f5305625a773223829478c8c13bed (patch)
treeefac40b03131b4f9e43de848920695ee785a0a3f /crawler/main.go
parent9ebf51364773dae6db4c0c47d77710c9f1a37b51 (diff)
downloadalkobote-bcdea2f8e95f5305625a773223829478c8c13bed.tar.gz
Introduces context on errors. (crawler)
Diffstat (limited to 'crawler/main.go')
-rw-r--r--crawler/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawler/main.go b/crawler/main.go
index 8727443..ece25e4 100644
--- a/crawler/main.go
+++ b/crawler/main.go
@@ -37,6 +37,9 @@ type Angebot struct {
Spirit_type string
Website string
Valid_until int
+
+ error_msg string
+ error_ctx string
}
type Shop struct {