traffic.go 127 B

123456789
  1. package xray
  2. type Traffic struct {
  3. IsInbound bool
  4. IsOutbound bool
  5. Tag string
  6. Up int64
  7. Down int64
  8. }