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 App ¶
type App struct {
// contains filtered or unexported fields
}
App of package
func New ¶
func New(config Config, prometheusRegister prometheus.Registerer, tracer trace.Tracer) (App, error)
New creates new App from Config
Click to show internal directories.
Click to hide internal directories.