package routers
import "github.com/penggy/EasyGoLib/utils"
const (
BuildVersion = "v8.1"
)
type PercentData struct {
Time utils.DateTime `json:"time"`
Used float64 `json:"使用"`
}
type DiskData struct {
Disk string `json:"disk"`
Total int `json:"total"`
Used int `json:"used"`
type CountData struct {
Total uint `json:"总数"`