(opts ...DBOption)
| 52 | GetLicensePushCount(method string) (uint, error) |
| 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 |
no outgoing calls
no test coverage detected