Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailService ¶
type NoOpService ¶
type NoOpService struct{}
func (*NoOpService) IsValid ¶ added in v0.25.0
func (s *NoOpService) IsValid() bool
func (*NoOpService) SendTenantInviteEmail ¶
func (s *NoOpService) SendTenantInviteEmail(ctx context.Context, email string, data TenantInviteEmailData) error
func (*NoOpService) SendWorkflowRunFailedAlerts ¶ added in v0.25.0
func (s *NoOpService) SendWorkflowRunFailedAlerts(ctx context.Context, emails []string, data WorkflowRunsFailedEmailData) error
type TenantInviteEmailData ¶
type WorkflowRunsFailedEmailData ¶ added in v0.25.0
type WorkflowRunsFailedEmailData struct { Items []alerttypes.WorkflowRunFailedItem `json:"items"` Subject string `json:"subject"` Summary string `json:"summary"` TenantName string `json:"tenant_name"` SettingsLink string `json:"settings_link"` }
Click to show internal directories.
Click to hide internal directories.