(alertType string, project string, method string)
| 48 | DeleteAlertTask(opts ...DBOption) error |
| 49 | GetAlertTask(opts ...DBOption) (model.AlertTask, error) |
| 50 | LoadTaskCount(alertType string, project string, method string) (uint, uint, error) |
| 51 | GetTaskLog(alertType string, alertId uint) (time.Time, error) |
| 52 | GetLicensePushCount(method string) (uint, error) |
| 53 |
no outgoing calls
no test coverage detected