mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
Claim prebuild and rename
Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
@ -1585,7 +1585,7 @@ func (*FakeQuerier) BulkMarkNotificationMessagesSent(_ context.Context, arg data
|
||||
return int64(len(arg.IDs)), nil
|
||||
}
|
||||
|
||||
func (q *FakeQuerier) ClaimPrebuild(ctx context.Context, newOwnerID uuid.UUID) (uuid.UUID, error) {
|
||||
func (q *FakeQuerier) ClaimPrebuild(ctx context.Context, newOwnerID database.ClaimPrebuildParams) (database.ClaimPrebuildRow, error) {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user