mirror of
https://github.com/gomods/athens
synced 2026-02-13 00:58:08 +00:00
* The commit brings error check for storage exists The commit opened against ticket #427, and adds error response to checker exists method and all corresponding places. The major changes related to renaming and processing of additional errors, because the signature of Checker.Exists was changed to return error in response. * improved error processing * go fmt'ed files * added check to minio storage for no key error * moved our constant + changed check for err * go fmt'ed * deleted rdbms packege, which brought merge with upsteam * process error from minio checker