mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
修改core仓库名称
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/matchstalk/utils/cache"
|
||||
"github.com/matchstalk/go-admin-core/cache"
|
||||
)
|
||||
|
||||
var MemoryAdapter Adapter
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/matchstalk/utils/cache"
|
||||
"github.com/matchstalk/go-admin-core/cache"
|
||||
)
|
||||
|
||||
func TestInitMemory(t *testing.T) {
|
||||
|
||||
Vendored
+1
-1
@@ -4,8 +4,8 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/go-redis/redis/v7"
|
||||
"github.com/matchstalk/go-admin-core/cache"
|
||||
"github.com/matchstalk/redisqueue"
|
||||
"github.com/matchstalk/utils/cache"
|
||||
)
|
||||
|
||||
var RedisAdapter Adapter
|
||||
|
||||
Vendored
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/matchstalk/utils/cache"
|
||||
"github.com/matchstalk/go-admin-core/cache"
|
||||
)
|
||||
|
||||
func TestInitRedis(t *testing.T) {
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@ package cache
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/matchstalk/utils/cache"
|
||||
"github.com/matchstalk/go-admin-core/cache"
|
||||
)
|
||||
|
||||
type Adapter interface {
|
||||
|
||||
Reference in New Issue
Block a user