修改方法名称

This commit is contained in:
linwenxiang
2020-08-06 00:20:04 +08:00
parent b57af6c542
commit d2639ccf22
+2 -2
View File
@@ -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{}
}