mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
package xray
|
|
|
|
type Traffic struct {
|
|
IsInbound bool
|
|
Tag string
|
|
Up int64
|
|
Down int64
|
|
}
|