Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xray/traffic.go')
-rw-r--r--xray/traffic.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/xray/traffic.go b/xray/traffic.go
new file mode 100644
index 00000000..a1ef5186
--- /dev/null
+++ b/xray/traffic.go
@@ -0,0 +1,8 @@
+package xray
+
+type Traffic struct {
+ IsInbound bool
+ Tag string
+ Up int64
+ Down int64
+}