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

Struct fakeHandler

coderd/notifications/notifications_test.go:2240–2243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2238}
2239
2240type fakeHandler struct {
2241 mu sync.RWMutex
2242 succeeded, failed []string
2243}
2244
2245func (f *fakeHandler) Dispatcher(payload types.MessagePayload, _, _ string, _ template.FuncMap) (dispatch.DeliveryFunc, error) {
2246 return func(_ context.Context, msgID uuid.UUID) (retryable bool, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected