(opts ...DBOption)
| 26 | |
| 27 | Page(page, size int, opts ...DBOption) (int64, []model.App, error) |
| 28 | GetFirst(opts ...DBOption) (model.App, error) |
| 29 | GetBy(opts ...DBOption) ([]model.App, error) |
| 30 | BatchCreate(ctx context.Context, apps []model.App) error |
| 31 | Create(ctx context.Context, app *model.App) error |
no outgoing calls
no test coverage detected