diff options
Diffstat (limited to 'crawler/main.go')
| -rw-r--r-- | crawler/main.go | 3 |
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 { |
