mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
9
model/response/host_resp.go
Normal file
9
model/response/host_resp.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package response
|
||||
|
||||
import "SamWaf/model"
|
||||
|
||||
type HostRep struct {
|
||||
model.Hosts
|
||||
RealTimeQps int `json:"real_time_qps"` //实时信息QPS
|
||||
RealTimeConnectCnt int `json:"real_time_connect_cnt"` //实时连接数量
|
||||
}
|
||||
Reference in New Issue
Block a user