fix: Use new error names in MTIO stubs
This commit is contained in:
8
internal/cache/error.go
vendored
Normal file
8
internal/cache/error.go
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package cache
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrCacheTypeUnsupported = errors.New("cache type unsupported")
|
||||
ErrCacheTypeUnknown = errors.New("cache type unknown")
|
||||
)
|
||||
Reference in New Issue
Block a user