This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeNode/internal/monitor/value.go
T
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
}