Files
EdgeNode/internal/grids/cell_stat.go

7 lines
74 B
Go
Raw Normal View History

2020-10-08 15:06:42 +08:00
package grids
type CellStat struct {
TotalBytes int64
CountItems int
}