Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mattermost ¶
Mattermost handler implements handler.Handler interface, Notify event to Mattermost channel
func (*Mattermost) Init ¶
func (m *Mattermost) Init(c *config.Config) error
Init prepares Mattermost configuration
func (*Mattermost) ObjectCreated ¶
func (m *Mattermost) ObjectCreated(obj interface{})
func (*Mattermost) ObjectDeleted ¶
func (m *Mattermost) ObjectDeleted(obj interface{})
func (*Mattermost) ObjectUpdated ¶
func (m *Mattermost) ObjectUpdated(oldObj, newObj interface{})
type MattermostMessage ¶
type MattermostMessage struct { Channel string `json:"channel"` Username string `json:"username"` IconUrl string `json:"icon_url"` Text string `json:"text"` Attachements []MattermostMessageAttachement `json:"attachments"` }
Click to show internal directories.
Click to hide internal directories.