all.go 190 B

12345678
  1. package all
  2. import (
  3. // activate HTTP notifier
  4. _ "github.com/ncarlier/webhookd/pkg/notification/http"
  5. // activate SMTP notifier
  6. _ "github.com/ncarlier/webhookd/pkg/notification/smtp"
  7. )