(types []string)
| 59 | DeleteAlertConfig(opts ...DBOption) error |
| 60 | |
| 61 | WithByTypeNotIn(types []string) DBOption |
| 62 | PageAlertConfig(page, size int, opts ...DBOption) (int64, []model.AlertConfig, error) |
| 63 | |
| 64 | SyncAll(data []model.AlertConfig) error |
no outgoing calls
no test coverage detected