Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StdoutSinker ¶
type StdoutSinker struct { }
func (*StdoutSinker) SinkNotifications ¶
func (s *StdoutSinker) SinkNotifications(ctx context.Context, evtNotifications []*types.EventNotification) error
type WebhookSinker ¶
type WebhookSinker struct {
Url string
}
func (*WebhookSinker) SinkNotifications ¶
func (s *WebhookSinker) SinkNotifications(ctx context.Context, evtNotifications []*types.EventNotification) error
Click to show internal directories.
Click to hide internal directories.