(req dto.AlertConfigPageReq)
| 52 | |
| 53 | GetAlertConfig(req dto.AlertConfigQuery) ([]model.AlertConfig, error) |
| 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) |
no outgoing calls
no test coverage detected