Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
Slack handler implements handler.Handler interface, Notify event to slack channel
func (*Slack) ObjectCreated ¶
func (s *Slack) ObjectCreated(obj interface{})
ObjectCreated calls notifySlack on event creation
func (*Slack) ObjectDeleted ¶
func (s *Slack) ObjectDeleted(obj interface{})
ObjectDeleted calls notifySlack on event creation
func (*Slack) ObjectUpdated ¶
func (s *Slack) ObjectUpdated(oldObj, newObj interface{})
ObjectUpdated calls notifySlack on event creation
func (*Slack) TestHandler ¶ added in v0.1.0
func (s *Slack) TestHandler()
TestHandler tests the handler configurarion by sending test messages.
Click to show internal directories.
Click to hide internal directories.