Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotEnabled occurs when no configuration is provided ErrNotEnabled = errors.New("mailer not enabled") )
Functions ¶
This section is empty.
Types ¶
type Service ¶ added in v1.32.4
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(config Config, meterProvider metric.MeterProvider, tracerProvider trace.TracerProvider) (Service, error)
Click to show internal directories.
Click to hide internal directories.