(config *model.AlertConfig)
| 56 | AlertConfigList(opts ...DBOption) ([]model.AlertConfig, error) |
| 57 | UpdateAlertConfig(maps map[string]interface{}, opts ...DBOption) error |
| 58 | CreateAlertConfig(config *model.AlertConfig) error |
| 59 | DeleteAlertConfig(opts ...DBOption) error |
| 60 | |
| 61 | WithByTypeNotIn(types []string) DBOption |
no outgoing calls
no test coverage detected