mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
✨ 任意时间区间(月流量)统计,无视重启~
This commit is contained in:
8
model/transfer.go
Normal file
8
model/transfer.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type Transfer struct {
|
||||
Common
|
||||
ServerID uint64
|
||||
In uint64
|
||||
Out uint64
|
||||
}
|
||||
Reference in New Issue
Block a user