Skip to content

Commit 5910c59

Browse files
committed
[*] remove unused Ping() from interface declaration
1 parent 720cd04 commit 5910c59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

migrator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ type PgxIface interface {
1515
Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)
1616
QueryRow(context.Context, string, ...interface{}) pgx.Row
1717
Query(ctx context.Context, query string, args ...interface{}) (pgx.Rows, error)
18-
Ping(ctx context.Context) error
1918
}
2019

2120
const defaultTableName = "migrations"

0 commit comments

Comments
 (0)