Files
EdgeNode/internal/monitor/value.go
2024-05-17 18:30:33 +08:00

11 lines
194 B
Go

// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
package monitor
// ItemValue 数据值定义
type ItemValue struct {
Item string
ValueJSON []byte
CreatedAt int64
}