mattermost

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 19, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

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

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

type MattermostMessageAttachement

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

Jump to

Keyboard shortcuts

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