storj/satellite/contact
Egon Elbre 961e841bd7 all: fix error naming
errs.Class should not contain "error" in the name, since that causes a
lot of stutter in the error logs. As an example a log line could end up
looking like:

    ERROR node stats service error: satellitedbs error: node stats database error: no rows

Whereas something like:

    ERROR nodestats service: satellitedbs: nodestatsdb: no rows

Would contain all the necessary information without the stutter.

Change-Id: I7b7cb7e592ebab4bcfadc1eef11122584d2b20e0
2021-04-29 15:38:21 +03:00
..
client.go all: fix dots 2020-07-16 14:58:28 +00:00
common.go all: use monkit v3 2020-02-05 23:53:17 +00:00
contact_test.go satellite/contact: only test PingBack failure case 2021-04-21 14:20:36 -04:00
endpoint.go all: fix error naming 2021-04-29 15:38:21 +03:00
service.go pkg/,private/: merge with private package 2021-04-23 16:37:28 +03:00