package response import "gitlab.wodcloud.com/smart-operation/so-operation-api/src/bean/entity" type MetricConfigItem struct { entity.MetricConfig `xorm:"extends"` AlertRange []entity.AlertRange `json:"alert_range" xorm:"alert_range"` } type MetricConfigList struct { TotalCount int64 `json:"total_count"` List []MetricConfigItem `json:"list"` }