storj/storagenode/storagenodedb
Egon Elbre 00b2e1a7d7 all: enable staticcheck (#2849)
* by having megacheck in disable it also disabled staticcheck

* fix closing body

* keep interfacer disabled

* hide bodies

* don't use deprecated func

* fix dead code

* fix potential overrun

* keep stylecheck disabled

* don't pass nil as context

* fix infinite recursion

* remove extraneous return

* fix data race

* use correct func

* ignore unused var

* remove unused consts
2019-08-22 13:40:15 +02:00
..
storagenodedbtest Re-enable SN bandwidth rollups. Fix SN bandwidth rollup unique constraint issue. Re-organize service code (#2617) 2019-07-29 10:07:52 -04:00
testdata initialize used space table with sum over pieceinfo (#2818) 2019-08-20 08:13:18 -04:00
bandwidthdb.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
consoledb.go all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
database.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
migrations_test.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
orders.go all: fix Error.New formatting (#2840) 2019-08-21 19:30:29 +03:00
pieceexpiration.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
pieceinfo.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
piecespaceused.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
reputation.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
storageusage.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
usedserials.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
versions.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00
vouchers.go storagenode/storagenodedb: refactor SQLite3 database connection initialization. (#2732) 2019-08-21 10:32:25 -04:00