Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachedFile ¶
AttachedFile struct represents email attached files.
type Message ¶
type Message struct { To []string SingleEmail bool From string Subject string Body string Info string ReplyTo []string EmbeddedFiles []string AttachedFiles []*AttachedFile }
Message is representation of the email message.
type NotificationService ¶
type NotificationService struct { Bus bus.Bus `inject:""` Cfg *setting.Cfg `inject:""` // contains filtered or unexported fields }
func (*NotificationService) Init ¶
func (ns *NotificationService) Init() error
func (*NotificationService) SendWebhookSync ¶
func (ns *NotificationService) SendWebhookSync(ctx context.Context, cmd *models.SendWebhookSync) error
Click to show internal directories.
Click to hide internal directories.