3x-ui/xray/traffic.go

10 lines
127 B
Go
Raw Normal View History

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