3x-ui/xray/traffic.go

10 lines
127 B
Go
Raw Normal View History

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