3x-ui/xray/traffic.go

9 lines
106 B
Go
Raw Normal View History

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