package mail import "github.com/muety/wakapi/models" type PasswordResetTplData struct { ResetLink string } type ImportNotificationTplData struct { PublicUrl string Duration string NumHeartbeats int } type WakatimeFailureNotificationNotificationTplData struct { PublicUrl string NumFailures int } type ReportTplData struct { Report *models.Report }