forked from TrueCloudLab/frostfs-node
[#1247] session: Remove unused storage.ErrNotFound
error
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
737d40f2d9
commit
a4ee59977e
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
package storage
|
package storage
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/mr-tron/base58"
|
"github.com/mr-tron/base58"
|
||||||
|
@ -19,8 +18,6 @@ type TokenStore struct {
|
||||||
tokens map[key]*PrivateToken
|
tokens map[key]*PrivateToken
|
||||||
}
|
}
|
||||||
|
|
||||||
var ErrNotFound = errors.New("private token not found")
|
|
||||||
|
|
||||||
// New creates, initializes and returns a new TokenStore instance.
|
// New creates, initializes and returns a new TokenStore instance.
|
||||||
//
|
//
|
||||||
// The elements of the instance are stored in the map.
|
// The elements of the instance are stored in the map.
|
||||||
|
|
Loading…
Reference in a new issue