Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ FakeEnqueuer
Struct
FakeEnqueuer
coderd/notifications/notificationstest/fake_enqueuer.go:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
FakeEnqueuer
struct
{
18
authorizer rbac.Authorizer
19
mu sync.Mutex
20
sent []*FakeNotification
21
}
22
23
var
_ notifications.Enqueuer = &FakeEnqueuer{}
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected