Update storage queues and remote server info
This commit is contained in:
parent
fff753e3aa
commit
8f75009848
4 changed files with 110 additions and 14 deletions
|
@ -9,3 +9,5 @@ func (n ErrNotImplemented) Error() string {
|
|||
}
|
||||
|
||||
var ErrEntryNotFound = errors.New("entry not found")
|
||||
var ErrEntryAlreadyExists = errors.New("entry already exists")
|
||||
var ErrNothingToChange = errors.New("nothing to change")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue