mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 10:43:32 -06:00
comments
This commit is contained in:
parent
ea97afd86f
commit
9453dcd2b1
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ import (
|
||||||
|
|
||||||
const dbTypePostgres string = "POSTGRES"
|
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{}
|
type ErrNoEntries struct{}
|
||||||
|
|
||||||
func (e ErrNoEntries) Error() string {
|
func (e ErrNoEntries) Error() string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue