(alertLog *model.AlertLog)
| 37 | |
| 38 | GetLog(opts ...DBOption) (model.AlertLog, error) |
| 39 | CreateLog(alertLog *model.AlertLog) error |
| 40 | PageLog(limit, offset int, opts ...DBOption) (int64, []model.AlertLog, error) |
| 41 | ListLog(opts ...DBOption) ([]model.AlertLog, error) |
| 42 | UpdateLog(id uint, maps map[string]interface{}) error |
no outgoing calls
no test coverage detected