Documentation
¶
Overview ¶
Package gomail records messages sent through github.com/wneessen/go-mail as webpprof email entries without capturing message bodies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
// DialAndSendWithContext connects and sends messages using ctx.
DialAndSendWithContext(context.Context, ...*gomail.Msg) error
}
Client is the subset of go-mail.Client required by this integration.
type ProfilerGoMail ¶
type ProfilerGoMail struct{}
ProfilerGoMail implements webpprof.Integration for go-mail clients.
func (ProfilerGoMail) Name ¶
func (ProfilerGoMail) Name() string
Name returns the integration cache namespace.
Click to show internal directories.
Click to hide internal directories.