Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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, mailerApp mailer.App, prometheusRegisterer prometheus.Registerer) (App, error)
New creates new App from Config
func (App) Done ¶ added in v1.23.0
func (a App) Done() <-chan struct{}
Done returns the chan used for synchronization
Click to show internal directories.
Click to hide internal directories.