mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
定义缓存和队列接口
This commit is contained in:
Vendored
+3
@@ -21,4 +21,7 @@ type Message interface {
|
||||
SetID(string)
|
||||
SetStream(string)
|
||||
SetValue(map[string]interface{})
|
||||
GetID() string
|
||||
GetStream() string
|
||||
GetValue() map[string]interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user