Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitOnCallWorkflow ¶
func InitOnCallWorkflow( awsClient *ssmincidents.Client, redisClient *redis.Client, )
Types ¶
type Alert ¶
type Alert struct {
// contains filtered or unexported fields
}
func NewAlert ¶
func NewAlert(providers ...AlertProvider) *Alert
type AlertProvider ¶
AlertProvider interface remains the same
type OnCallWorkflow ¶
type OnCallWorkflow struct {
// contains filtered or unexported fields
}
func GetOnCallWorkflow ¶
func GetOnCallWorkflow() *OnCallWorkflow
func (*OnCallWorkflow) Ack ¶
func (w *OnCallWorkflow) Ack(incidentID string) error
func (*OnCallWorkflow) Start ¶
func (w *OnCallWorkflow) Start(incidentID string, oc config.OnCallConfig) error
type QueueListener ¶
Click to show internal directories.
Click to hide internal directories.