Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Backend
Struct
Backend
coderd/notifications/dispatch/smtptest/server.go:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
type
Backend
struct
{
40
cfg Config
41
42
mu sync.Mutex
43
lastMsg *Message
44
}
45
46
func
NewBackend(cfg Config) *Backend {
47
return
&Backend{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected