storj/multinode/multinodedb/dbx
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
..
templates multinode/database: members repository created 2020-11-09 16:23:19 +00:00
gen.go all: fix error naming 2021-04-29 15:38:21 +03:00
gen.sh private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
multinodedb.dbx multinode/nodes: package created, api tests added, small restructuring 2020-12-14 14:16:45 +02:00
multinodedb.dbx.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
multinodedb.dbx.pgx.sql multinode/db: nodes repository tests added 2020-11-16 20:03:10 +02:00
multinodedb.dbx.sqlite3.sql multinode/multinodedb: add sqlite3 support 2021-02-11 16:36:05 +00:00