diff options
| author | Maximilian Möhring | 2019-05-15 16:58:56 +0200 |
|---|---|---|
| committer | Maximilian Möhring | 2019-05-15 16:58:56 +0200 |
| commit | c9afd4e8afe6a719b5d930c9baa2699442849fd8 (patch) | |
| tree | 3eb127ab39e8cacabef7c82a264f18ce4b8ee321 /crawler/struct.go | |
| parent | 428ed1c35be88fbfedc1569d6e9692778c89ff25 (diff) | |
| download | alkobote-c9afd4e8afe6a719b5d930c9baa2699442849fd8.tar.gz | |
Improves structured logging. (crawler)
Diffstat (limited to 'crawler/struct.go')
| -rw-r--r-- | crawler/struct.go | 3 |
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 } |
