Skip to content

Commit b03dd12

Browse files
committed
Updated
1 parent d3fb80c commit b03dd12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ type PGCallback func(context.Context, any) error
118118

119119
// PGQueue defines methods for interacting with a PostgreSQL-backed task queue.
120120
type PGQueue interface {
121-
// Conn returns the underlying connection pool object.
122-
Conn() pg.PoolConn
121+
PG
123122

124123
// Namespace returns the namespace of the queue.
125124
Namespace() string

0 commit comments

Comments
 (0)