wip: oci
This commit is contained in:
11
database/cache/errors.go
vendored
Normal file
11
database/cache/errors.go
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrKeyNotFound = errors.New("key not found")
|
||||
ErrKeyExists = errors.New("key already exists")
|
||||
ErrInvalidType = errors.New("invalid type")
|
||||
)
|
||||
Reference in New Issue
Block a user