webhook

package
v0.0.0-...-41dce0b Latest Latest
Warning

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

Go to latest
Published: May 1, 2020 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 Webhook

type Webhook struct {
	Url string
}

Webhook handler implements handler.Handlers interface, Notify event to Webhook channel

func (*Webhook) Init

func (m *Webhook) Init(c config.Config) error

Init prepares Webhook configuration

func (*Webhook) ObjectCreated

func (m *Webhook) ObjectCreated(obj event.Event)

func (*Webhook) ObjectDeleted

func (m *Webhook) ObjectDeleted(obj event.Event)

func (*Webhook) ObjectUpdated

func (m *Webhook) ObjectUpdated(obj event.Event)

type WebhookMessage

type WebhookMessage struct {
	Text string `json:"text"`
}

Jump to

Keyboard shortcuts

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