MCPcopy Index your code
hub / github.com/coder/coder / NoopEnqueuer

Struct NoopEnqueuer

coderd/notifications/enqueuer.go:216–216  ·  view source on GitHub ↗

NoopEnqueuer implements the Enqueuer interface but performs a noop.

Source from the content-addressed store, hash-verified

214
215// NoopEnqueuer implements the Enqueuer interface but performs a noop.
216type NoopEnqueuer struct{}
217
218// NewNoopEnqueuer builds a NoopEnqueuer which is used to fulfill the contract for enqueuing notifications, if ExperimentNotifications is not set.
219func NewNoopEnqueuer() *NoopEnqueuer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected