|
|
@@ -142,11 +142,13 @@ func (r *Registry) Close() {
|
|
|
close(r.events)
|
|
|
}
|
|
|
|
|
|
+// "code":1000,"msg":"send ok","data"
|
|
|
type WhilteListMsg struct {
|
|
|
Code string `json:"code"`
|
|
|
- Message string `json:"message"`
|
|
|
+ Message string `json:"msg"`
|
|
|
Data []interface{} `json:"data"`
|
|
|
}
|
|
|
+
|
|
|
type WhiteListParam struct {
|
|
|
HostID string `json:"host_id"`
|
|
|
AccountID int32 `json:"account_id"`
|