mirror of
https://github.com/alireza0/x-ui.git
synced 2026-06-30 04:30:52 +00:00
add ClientTraffic struct
This commit is contained in:
parent
a4d43442f2
commit
dc8e00f2cf
1 changed files with 7 additions and 0 deletions
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue