mirror of
https://github.com/gazer-x/3x-ui.git
synced 2026-06-22 08:15:57 +08:00
9 lines
106 B
Go
9 lines
106 B
Go
package xray
|
|
|
|
type Traffic struct {
|
|
IsInbound bool
|
|
Tag string
|
|
Up int64
|
|
Down int64
|
|
}
|