Skip to content

Commit 36e7930

Browse files
committed
feat: 111
1 parent 50c94c5 commit 36e7930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// DBProvider defines an interface for providing a database connection.
1818
type DBProvider interface {
1919
// DB returns the database instance for the given context.
20-
DB(ctx context.Context) *gorm.DB
20+
DB(ctx context.Context, wheres ...where.Where) *gorm.DB
2121
}
2222

2323
// Option defines a function type for configuring the Store.

0 commit comments

Comments
 (0)