mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 16:50:36 +00:00
9 lines
190 B
Go
9 lines
190 B
Go
package all
|
|
|
|
import (
|
|
// activate HTTP notifier
|
|
_ "github.com/ncarlier/webhookd/pkg/notification/http"
|
|
// activate SMTP notifier
|
|
_ "github.com/ncarlier/webhookd/pkg/notification/smtp"
|
|
)
|