diff --git a/internal/db/db.go b/internal/db/db.go index 54a369e3e..a9e4da6e1 100644 --- a/internal/db/db.go +++ b/internal/db/db.go @@ -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 {