summaryrefslogtreecommitdiff
path: root/crawler/struct.go
diff options
context:
space:
mode:
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
}