Documentation ¶
Index ¶
- func SendCircuitBreakJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, appName string, ...) error
- func SendCreatedJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, app *model.App) error
- func SendJobCompletedEmail(sendgridClient *extensions.SendgridClient, job *model.Job, appName string) error
- func SendPausedJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, appName string, ...) error
- func SendStoppedJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendCircuitBreakJobEmail ¶
func SendCircuitBreakJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, appName string, expireAt int64) error
SendCircuitBreakJobEmail builds a circuit break job email message and sends it with sendgrid
func SendCreatedJobEmail ¶
func SendCreatedJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, app *model.App) error
SendCreatedJobEmail builds a created job email message and sends it with sendgrid
func SendJobCompletedEmail ¶
func SendJobCompletedEmail(sendgridClient *extensions.SendgridClient, job *model.Job, appName string) error
SendJobCompletedEmail builds a job complete email message and sends it with sendgrid
func SendPausedJobEmail ¶
func SendPausedJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, appName string, expireAt int64) error
SendPausedJobEmail builds a paused job email message and sends it with sendgrid
func SendStoppedJobEmail ¶
func SendStoppedJobEmail(sendgridClient *extensions.SendgridClient, job *model.Job, appName, stoppedBy string) error
SendStoppedJobEmail builds a stopped job email message and sends it with sendgrid
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.