aboutsummaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-12 17:16:11 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-12 17:16:11 +0800
commit982636b483004a64edbfbeb7dda75605d0c012ec (patch)
tree4b25870f2e05296c7b5133bc615c92f08ae0ec66 /errors.go
parentUpdate README (diff)
downloadmaild-982636b483004a64edbfbeb7dda75605d0c012ec.tar.gz
maild-982636b483004a64edbfbeb7dda75605d0c012ec.tar.zst
maild-982636b483004a64edbfbeb7dda75605d0c012ec.zip
Add PostgreSQL connection
Diffstat (limited to '')
-rw-r--r--errors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/errors.go b/errors.go
index 247e507..da4d028 100644
--- a/errors.go
+++ b/errors.go
@@ -5,3 +5,4 @@ import (
)
var err_deliver_write = errors.New("unable to write to filesystem while attempting to deliver message")
+var err_unsupported_database_type = errors.New("unsupported database type; only \"postgres\" is currently supported")