mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
规则链结构优化
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
package message
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/google/uuid"
|
||||
"time"
|
||||
)
|
||||
|
||||
/*
|
||||
// 消息类型
|
||||
const (
|
||||
ConnectMes = "Connect"
|
||||
@@ -154,3 +149,4 @@ func (t *defaultMetadata) GetValues() map[string]interface{} {
|
||||
func (t *defaultMetadata) SetValues(values map[string]interface{}) {
|
||||
t.values = values
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user