mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
add ClientTraffic struct
This commit is contained in:
7
xray/client_traffic.go
Normal file
7
xray/client_traffic.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package xray
|
||||
|
||||
type ClientTraffic struct {
|
||||
Email string
|
||||
Up int64
|
||||
Down int64
|
||||
}
|
||||
Reference in New Issue
Block a user