(opts ...DBOption)
| 29 | |
| 30 | Create(alert *model.Alert) error |
| 31 | Get(opts ...DBOption) (model.Alert, error) |
| 32 | Page(page, size int, opts ...DBOption) (int64, []model.Alert, error) |
| 33 | List(opts ...DBOption) ([]model.Alert, error) |
| 34 | Delete(opts ...DBOption) error |