package response type AlertWebhookItem struct { } func (a *AlertWebhookItem) TableName() string { return "alert_rules" } type AlertWebhookList struct { TotalCount int64 `json:"total_count"` List []AlertWebhookItem `json:"list"` }