Welcome to mirror list, hosted at ThFree Co, Russian Federation.

traffic.go « xray - github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1ef5186f2d73c53ee055a010de731acbc71ae00 (plain)
1
2
3
4
5
6
7
8
package xray

type Traffic struct {
	IsInbound bool
	Tag       string
	Up        int64
	Down      int64
}