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

Struct Session

coderd/notifications/dispatch/smtptest/server.go:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type Session struct {
77 conn *smtp.Conn
78 backend *Backend
79}
80
81// AuthMechanisms returns a slice of available auth mechanisms; only PLAIN is
82// supported in this example.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected