Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
Notifier subscribes to task lifecycle events and creates notification interactions so that status changes appear in Chat and Global Chat.
func New ¶
func New(eventBus *eventbus.Bus, interactionRepo interaction.Repository, taskRepo task.Repository, workflowRepo workflow.Repository) *Notifier
Click to show internal directories.
Click to hide internal directories.