// DO NOT EDIT ** This file was generated with go generate on 2020-08-21 21:37:06.638898 +0000 UTC ** DO NOT EDIT // package notifiers const emailSuccess = `Statping Service Notification
Sphero
{{.Service.Name}} is currently offline, you might want to check it.
Offline for {{.Service.Downtime.Human}}
View Dashboard
Service Domain
{{.Service.Domain}}
Current Issue
{{.Failure.Issue}}
 
You are receiving this email because one of your services has changed on your Statping instance. You can modify this email on the Email Notifier page in Settings.
© Statping
Statping.com         Github         Privacy        
` const emailFailure = `Statping Service Notification
Sphero
{{.Service.Name}} is currently offline, you might want to check it.
Offline for {{.Service.Downtime.Human}}
View Dashboard
Service Domain
{{.Service.Domain}}
Current Issue
{{.Failure.Issue}}
 
You are receiving this email because one of your services has changed on your Statping instance. You can modify this email on the Email Notifier page in Settings.
© Statping
Statping.com         Github         Privacy        
`