Files
trihuy-russian/xray/traffic.go
T

10 lines
127 B
Go
Raw Normal View History

2023-02-09 22:48:06 +03:30
package xray
type Traffic struct {
IsInbound bool
IsOutbound bool
Tag string
Up int64
Down int64
2023-02-09 22:48:06 +03:30
}