storj/certificate/authorization
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
..
authorizations_test.go certificate: move protobuf to storj/storj repository 2021-03-29 12:59:49 +00:00
authorizations.go all: fix error naming 2021-04-29 15:38:21 +03:00
db_test.go certificate: move protobuf to storj/storj repository 2021-03-29 12:59:49 +00:00
db.go all: fix error naming 2021-04-29 15:38:21 +03:00
doc.go pkg/certificates: move certificate package to root (#3107) 2019-09-26 09:11:05 -07:00
endpoint_test.go common: separate repository 2019-12-27 14:11:15 +02:00
endpoint.go all: fix error naming 2021-04-29 15:38:21 +03:00
service_test.go common: separate repository 2019-12-27 14:11:15 +02:00
service.go all: fix error naming 2021-04-29 15:38:21 +03:00