Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncidentClosedWorker ¶
type IncidentClosedWorker struct{}
func (IncidentClosedWorker) Do ¶
func (i IncidentClosedWorker) Do(event types.WorkerEvent) error
type IncidentInProgressWorker ¶
type IncidentInProgressWorker struct{}
func (IncidentInProgressWorker) Do ¶
func (i IncidentInProgressWorker) Do(event types.WorkerEvent) error
type IncidentOpenWorker ¶
type IncidentOpenWorker struct{}
func (IncidentOpenWorker) Do ¶
func (i IncidentOpenWorker) Do(event types.WorkerEvent) error
Click to show internal directories.
Click to hide internal directories.