This commit is contained in:
tsmethurst 2021-03-25 20:08:23 +01:00
parent ea97afd86f
commit 9453dcd2b1

View file

@ -32,6 +32,7 @@ import (
const dbTypePostgres string = "POSTGRES"
// ErrNoEntries is to be returned from the DB interface when no entries are found for a given query.
type ErrNoEntries struct{}
func (e ErrNoEntries) Error() string {