mirror of
https://github.com/safing/portbase
synced 2025-09-10 15:34:26 +00:00
Implement review
This commit is contained in:
parent
e0f96d5188
commit
0ee19298fa
9 changed files with 73 additions and 73 deletions
|
@ -10,4 +10,5 @@ var (
|
|||
ErrPermissionDenied = errors.New("access to database record denied")
|
||||
ErrReadOnly = errors.New("database is read only")
|
||||
ErrShuttingDown = errors.New("database system is shutting down")
|
||||
ErrNotImplemented = errors.New("not implemented by this storage")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue