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

Struct dispatchInterceptor

coderd/notifications/utils_test.go:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type dispatchInterceptor struct {
75 handler notifications.Handler
76
77 sent atomic.Int32
78 retryable atomic.Int32
79 unretryable atomic.Int32
80 err atomic.Int32
81 lastErr atomic.Value
82}
83
84func newDispatchInterceptor(h notifications.Handler) *dispatchInterceptor {
85 return &dispatchInterceptor{handler: h}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected