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 d3fb80c commit b03dd12Copy full SHA for b03dd12
plugin.go
@@ -118,8 +118,7 @@ type PGCallback func(context.Context, any) error
118
119
// PGQueue defines methods for interacting with a PostgreSQL-backed task queue.
120
type PGQueue interface {
121
- // Conn returns the underlying connection pool object.
122
- Conn() pg.PoolConn
+ PG
123
124
// Namespace returns the namespace of the queue.
125
Namespace() string
0 commit comments