mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
8 lines
98 B
Go
8 lines
98 B
Go
package xray
|
|
|
|
type ClientTraffic struct {
|
|
Email string
|
|
Up int64
|
|
Down int64
|
|
}
|