We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c94c5 commit 36e7930Copy full SHA for 36e7930
pkg/store/store.go
@@ -17,7 +17,7 @@ import (
17
// DBProvider defines an interface for providing a database connection.
18
type DBProvider interface {
19
// DB returns the database instance for the given context.
20
- DB(ctx context.Context) *gorm.DB
+ DB(ctx context.Context, wheres ...where.Where) *gorm.DB
21
}
22
23
// Option defines a function type for configuring the Store.
0 commit comments