(id uint)
| 53 | |
| 54 | GetConfig(opts ...DBOption) (model.AlertConfig, error) |
| 55 | GetConfigById(id uint) (model.AlertConfig, error) |
| 56 | AlertConfigList(opts ...DBOption) ([]model.AlertConfig, error) |
| 57 | UpdateAlertConfig(maps map[string]interface{}, opts ...DBOption) error |
| 58 | CreateAlertConfig(config *model.AlertConfig) error |
no outgoing calls
no test coverage detected