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

Method Error

coderd/notifications/enqueuer.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (e InvalidDefaultNotificationMethodError) Error() string {
33 return fmt.Sprintf("given default notification method %q is invalid", e.Method)
34}
35
36type StoreEnqueuer struct {
37 store Store

Callers 1

EnqueueWithDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected