Skip to content

Commit ed52eb5

Browse files
committed
make gen
1 parent 6e0c67a commit ed52eb5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

coderd/database/dbauthz/dbauthz.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ func prepareSQLFilter(ctx context.Context, authorizer rbac.Authorizer, action po
602602
func (q *querier) Ping(ctx context.Context) (time.Duration, error) {
603603
return q.db.Ping(ctx)
604604
}
605+
605606
func (q *querier) PGLocks(ctx context.Context) (database.PGLocks, error) {
606607
return q.db.PGLocks(ctx)
607608
}

coderd/database/dbmock/dbmock.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)