mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-08-18 15:21:46 +00:00
add 2 acts to V2RaySocks (#516)
This commit is contained in:
@@ -5,3 +5,16 @@ type UserTraffic struct {
|
||||
Upload int64 `json:"u"`
|
||||
Download int64 `json:"d"`
|
||||
}
|
||||
|
||||
type NodeStatus struct {
|
||||
CPU string `json:"cpu"`
|
||||
Mem string `json:"mem"`
|
||||
Net string `json:"net"`
|
||||
Disk string `json:"disk"`
|
||||
Uptime int `json:"uptime"`
|
||||
}
|
||||
|
||||
type NodeOnline struct {
|
||||
UID int `json:"uid"`
|
||||
IP string `json:"ip"`
|
||||
}
|
Reference in New Issue
Block a user