MCPcopy
hub / github.com/hatchet-dev/hatchet / IsValid

Method IsValid

pkg/integrations/email/email.go:65–65  ·  view source on GitHub ↗

for clients to show email settings

()

Source from the content-addressed store, hash-verified

63type EmailService interface {
64 // for clients to show email settings
65 IsValid() bool
66
67 SendTenantInviteEmail(ctx context.Context, email string, data TenantInviteEmailData) error
68 SendWorkflowRunFailedAlerts(ctx context.Context, emails []string, data WorkflowRunsFailedEmailData) error

Callers 8

TaskMethod · 0.65
DurableTaskMethod · 0.65
DumpMethod · 0.65
RunMethod · 0.65
TaskMethod · 0.65
DurableTaskMethod · 0.65
BuildSignatureMethod · 0.65

Implementers 3

NoOpServicepkg/integrations/email/email.go
SMTPServicepkg/integrations/email/smtp/smtp.go
PostmarkClientpkg/integrations/email/postmark/postma

Calls

no outgoing calls

Tested by

no test coverage detected