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
+2
-2
@@ -20,8 +20,8 @@ type Adapter interface {
|
||||
type Message interface {
|
||||
SetID(string)
|
||||
SetStream(string)
|
||||
SetValue(map[string]interface{})
|
||||
SetValues(map[string]interface{})
|
||||
GetID() string
|
||||
GetStream() string
|
||||
GetValue() map[string]interface{}
|
||||
GetValues() map[string]interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user