Files
x-panel/xray/traffic.go

10 lines
127 B
Go
Raw Permalink Normal View History

2026-05-03 11:34:48 +08:00
package xray
type Traffic struct {
IsInbound bool
IsOutbound bool
Tag string
Up int64
Down int64
}