mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
修改connect函数定义
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type Adapter interface {
|
||||
Connect()
|
||||
Connect() error
|
||||
Get(key string) (string, error)
|
||||
Set(key string, val interface{}, expire int) error
|
||||
Del(key string) error
|
||||
|
||||
Reference in New Issue
Block a user