Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackListener ¶
type SlackListener struct { Log *zap.SugaredLogger // contains filtered or unexported fields }
func NewSlackListener ¶
func NewSlackListener(selector string, events []testkube.EventType) *SlackListener
func (*SlackListener) Events ¶
func (l *SlackListener) Events() []testkube.EventType
func (*SlackListener) Kind ¶
func (l *SlackListener) Kind() string
func (*SlackListener) Metadata ¶
func (l *SlackListener) Metadata() map[string]string
func (*SlackListener) Notify ¶
func (l *SlackListener) Notify(event testkube.Event) (result testkube.EventResult)
func (*SlackListener) Selector ¶
func (l *SlackListener) Selector() string
type SlackLoader ¶
type SlackLoader struct { }
SlackLoader is a reconciler for websocket events for now it returns single listener for slack
func NewSlackLoader ¶
func NewSlackLoader() *SlackLoader
func (*SlackLoader) Kind ¶
func (r *SlackLoader) Kind() string
Click to show internal directories.
Click to hide internal directories.