Files
EdgeNode/internal/grids/stat.go

7 lines
70 B
Go
Raw Normal View History

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