This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
x-ui
mirror of
https://github.com/vaxilu/x-ui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
f0356ad786
Branches
Tags
main
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
x-ui
/
xray
/
traffic.go
traffic.go
106 B
History
Raw
1
2
3
4
5
6
7
8
package xray
type Traffic struct {
IsInbound bool
Tag string
Up int64
Down int64
}