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 82c2d78 commit 5e22e2dCopy full SHA for 5e22e2d
sql/pgxpool/interfaces.go
@@ -21,7 +21,7 @@ type (
21
// Service is the interface for the service
22
Service interface {
23
Handler
24
- CreateTransaction(fn TransactionFn) error
+ CreateTransaction(ctx context.Context, fn TransactionFn) error
25
Exec(query *string, params ...any) (*pgconn.CommandTag, error)
26
ExecWithCtx(
27
ctx context.Context,
0 commit comments