mattermost

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2020 License: Apache-2.0 Imports: 9 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mattermost

type Mattermost struct {
	Channel  string
	Url      string
	Username string
}

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{})

ObjectCreated calls notifyMattermost on event creation

func (*Mattermost) ObjectDeleted

func (m *Mattermost) ObjectDeleted(obj interface{})

ObjectDeleted calls notifyMattermost on event creation

func (*Mattermost) ObjectUpdated

func (m *Mattermost) ObjectUpdated(oldObj, newObj interface{})

ObjectUpdated calls notifyMattermost on event creation

func (*Mattermost) TestHandler added in v0.1.0

func (m *Mattermost) TestHandler()

TestHandler tests the handler configurarion by sending test messages.

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"`
}

MattermostMessage struct for messages

type MattermostMessageAttachement

type MattermostMessageAttachement struct {
	Title string `json:"title"`
	Color string `json:"color"`
}

MattermostMessageAttachement for message attachments

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL