(id uint)
| 54 | PageAlertConfig(req dto.AlertConfigPageReq) (int64, []model.AlertConfig, error) |
| 55 | UpdateAlertConfig(req dto.AlertConfigUpdate, operator string) error |
| 56 | DeleteAlertConfig(id uint) error |
| 57 | TestAlertConfig(req dto.AlertConfigTest) (bool, error) |
| 58 | } |
| 59 |
no outgoing calls
no test coverage detected