-
-
Notifications
You must be signed in to change notification settings - Fork 483
Open
Description
like this components
"components": {
"schemas": {
"RootAlarmVo": {
"type": "object",
"properties": {
"sRuleName": {
"type": "string",
"description": "状态码"
}
"subAlarmList": {
"type": "array",
"description": "子告警信息",
"items": {
"$ref": "#/components/schemas/RootAlarmVo"
},
"enum": [
"array"
]
}
},
"description": "故障单关联根子告警出参实体-RootAlarm节点"
},
}
golang error:goroutine stack exceeds 1000000000-byte limit
Metadata
Metadata
Assignees
Labels
No labels