diff options
| author | horus_arch | 2018-02-17 13:51:35 +0100 |
|---|---|---|
| committer | horus_arch | 2018-02-17 13:51:35 +0100 |
| commit | bcdea2f8e95f5305625a773223829478c8c13bed (patch) | |
| tree | efac40b03131b4f9e43de848920695ee785a0a3f /crawler/main.go | |
| parent | 9ebf51364773dae6db4c0c47d77710c9f1a37b51 (diff) | |
| download | alkobote-bcdea2f8e95f5305625a773223829478c8c13bed.tar.gz | |
Introduces context on errors. (crawler)
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 { |
