|
@@ -71,9 +71,10 @@ type EventStatisticResp struct {
|
|
|
// }
|
|
|
|
|
|
type EventListsResp struct {
|
|
|
- Total int64 `json:"total" ch:"StatusMessageCount" gorm:"column:StatusMessageCount"`
|
|
|
- StatusMessage1 string `json:"status_message" ch:"StatusMessage" gorm:"column:StatusMessage"`
|
|
|
- ServiceId int64 `json:"service_id"`
|
|
|
- ServiceName string `json:"service_name" ch:"ServiceName" gorm:"column:ServiceName"`
|
|
|
- ServiceNameCN string `json:"service_name_cn" ch:"ServiceCnName" gorm:"column:ServiceCnName"`
|
|
|
+ StatusMessageCount int64 `json:"total"`
|
|
|
+ ErrorType string `json:"error_type"`
|
|
|
+ StatusMessage1 string `json:"status_message"`
|
|
|
+ ServiceId int64 `json:"service_id"`
|
|
|
+ ServiceName string `json:"service_name"`
|
|
|
+ ServiceNameCN string `json:"service_name_cn"`
|
|
|
}
|