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

Struct chanHandler

coderd/notifications/utils_test.go:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124type chanHandler struct {
125 calls chan dispatchCall
126}
127
128func (c chanHandler) Dispatcher(payload types.MessagePayload, title, body string, _ template.FuncMap) (dispatch.DeliveryFunc, error) {
129 result := make(chan dispatchResult)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected