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 ¶
func (s *NoOpService) IsValid() bool
func (*NoOpService) SendTenantInviteEmail ¶
func (s *NoOpService) SendTenantInviteEmail(ctx context.Context, email string, data TenantInviteEmailData) error
func (*NoOpService) SendWorkflowRunFailedAlerts ¶
func (s *NoOpService) SendWorkflowRunFailedAlerts(ctx context.Context, emails []string, data WorkflowRunsFailedEmailData) error
type TenantInviteEmailData ¶
type WorkflowRunsFailedEmailData ¶
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.