traffic.go 106 B

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