This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Apq
/
x-ui
mirror of
https://github.com/vaxilu/x-ui.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
0.2.0
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
Permalink
Lịch sử
Raw
1
2
3
4
5
6
7
8
package xray
type Traffic struct {
IsInbound bool
Tag string
Up int64
Down int64
}