3x-ui/xray/traffic.go

10 lines
127 B
Go
Raw Normal View History

package xray
type Traffic struct {
IsInbound bool
IsOutbound bool
Tag string
Up int64
Down int64
}