mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-27 01:50:30 +08:00
11 lines
176 B
Go
11 lines
176 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
|
|
package teaconst
|
|
|
|
var (
|
|
// 流量统计
|
|
|
|
InTrafficBytes = uint64(0)
|
|
OutTrafficBytes = uint64(0)
|
|
)
|