(ctx context.Context, ids []uint)
| 32 | Save(ctx context.Context, app *model.App) error |
| 33 | BatchDelete(ctx context.Context, apps []model.App) error |
| 34 | DeleteByIDs(ctx context.Context, ids []uint) error |
| 35 | DeleteBy(opts ...DBOption) error |
| 36 | |
| 37 | GetTopRecommend() ([]string, error) |
no outgoing calls
no test coverage detected