Import x-panel source
This commit is contained in:
9
xray/traffic.go
Normal file
9
xray/traffic.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package xray
|
||||
|
||||
type Traffic struct {
|
||||
IsInbound bool
|
||||
IsOutbound bool
|
||||
Tag string
|
||||
Up int64
|
||||
Down int64
|
||||
}
|
||||
Reference in New Issue
Block a user