mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-03 15:00:24 +08:00
实现WAF
This commit is contained in:
6
internal/grids/cell_stat.go
Normal file
6
internal/grids/cell_stat.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package grids
|
||||
|
||||
type CellStat struct {
|
||||
TotalBytes int64
|
||||
CountItems int
|
||||
}
|
||||
Reference in New Issue
Block a user