Skip to content

Commit 2fc383e

Browse files
committed
NoopEnqueuer
1 parent be24cbd commit 2fc383e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

coderd/notifications/enqueuer.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,8 @@ func (*NoopEnqueuer) Enqueue(context.Context, uuid.UUID, uuid.UUID, map[string]s
169169
// nolint:nilnil // irrelevant.
170170
return nil, nil
171171
}
172+
173+
func (*NoopEnqueuer) EnqueueData(context.Context, uuid.UUID, uuid.UUID, map[string]string, map[string]any, string, ...uuid.UUID) (*uuid.UUID, error) {
174+
// nolint:nilnil // irrelevant.
175+
return nil, nil
176+
}

0 commit comments

Comments
 (0)