mirror of
https://github.com/gofiber/storage.git
synced 2025-09-29 05:42:20 +08:00
🎭 stay backwards compatible
This commit is contained in:
@@ -24,9 +24,9 @@ type Storage struct {
|
||||
sqlGC string
|
||||
}
|
||||
|
||||
|
||||
// ErrNotFound means that a get call did not find the requested key.
|
||||
var ErrNotFound = errors.New("key not found")
|
||||
var ErrKeyNotExist = ErrNotFound
|
||||
|
||||
var (
|
||||
dropQuery = `DROP TABLE IF EXISTS %s;`
|
||||
|
Reference in New Issue
Block a user