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