webhooks

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2017 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Webhook

type Webhook interface {
	Register(router *mux.Router, events chan agent.Event)
}

type Webhooks

type Webhooks struct {
	ServiceAddress string `mapstructure:"service_address"`

	Github *github.GithubWebhook
}

func NewWebhooks

func NewWebhooks() *Webhooks

func (*Webhooks) AvailableWebhooks

func (wb *Webhooks) AvailableWebhooks() []Webhook

Looks for fields which implement Webhook interface

func (*Webhooks) Description

func (wb *Webhooks) Description() string

func (*Webhooks) Listen

func (wb *Webhooks) Listen(events chan agent.Event)

func (*Webhooks) Process

func (rb *Webhooks) Process(e agent.Event) error

func (*Webhooks) SampleConfig

func (wb *Webhooks) SampleConfig() string

func (*Webhooks) Start

func (wb *Webhooks) Start(events chan agent.Event) error

func (*Webhooks) Stop

func (rb *Webhooks) Stop()

func (*Webhooks) Subscribe

func (rb *Webhooks) Subscribe() []string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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