实现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