mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-25 22:46:35 +08:00
优化代码
This commit is contained in:
@@ -3,7 +3,7 @@ package models
|
||||
// NodeClusterMetricItem 集群使用的指标
|
||||
type NodeClusterMetricItem struct {
|
||||
Id uint32 `field:"id"` // ID
|
||||
IsOn uint8 `field:"isOn"` // 是否启用
|
||||
IsOn bool `field:"isOn"` // 是否启用
|
||||
ClusterId uint32 `field:"clusterId"` // 集群ID
|
||||
ItemId uint64 `field:"itemId"` // 指标ID
|
||||
State uint8 `field:"state"` // 是否启用
|
||||
|
||||
Reference in New Issue
Block a user