mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-06 01:50:26 +08:00
7 lines
70 B
Go
7 lines
70 B
Go
package grids
|
|
|
|
type Stat struct {
|
|
TotalBytes int64
|
|
CountItems int
|
|
}
|