diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-12 17:16:11 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-12 17:16:11 +0800 |
commit | 982636b483004a64edbfbeb7dda75605d0c012ec (patch) | |
tree | 4b25870f2e05296c7b5133bc615c92f08ae0ec66 /errors.go | |
parent | Update README (diff) | |
download | maild-982636b483004a64edbfbeb7dda75605d0c012ec.tar.gz maild-982636b483004a64edbfbeb7dda75605d0c012ec.tar.zst maild-982636b483004a64edbfbeb7dda75605d0c012ec.zip |
Add PostgreSQL connection
Diffstat (limited to 'errors.go')
-rw-r--r-- | errors.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |