1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-07-18 17:08:06 +08:00
Files
mihomo/tunnel/statistic/patch.go
GitHub Action 807d41f57b Android: patch
2023-11-03 05:59:14 +00:00

6 lines
119 B
Go

package statistic
func (m *Manager) Total() (up, down int64) {
return m.uploadTotal.Load(), m.downloadTotal.Load()
}