重构
This commit is contained in:
9
core/model/body.go
Normal file
9
core/model/body.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
// 请求数据
|
||||
type Body struct {
|
||||
UID string // 连接实例ID
|
||||
RawData []byte // 原始数据
|
||||
Name string // 请求名
|
||||
Data map[string]string // 数据Key
|
||||
}
|
||||
Reference in New Issue
Block a user