Versions in this module Expand all Collapse all v0 v0.9.0 Apr 14, 2017 Changes in this version + type Webhook interface + Register func(router *mux.Router, events chan agent.Event) + type Webhooks struct + Github *github.GithubWebhook + ServiceAddress string + func NewWebhooks() *Webhooks + func (rb *Webhooks) Process(e agent.Event) error + func (rb *Webhooks) Stop() + func (rb *Webhooks) Subscribe() []string + func (wb *Webhooks) AvailableWebhooks() []Webhook + func (wb *Webhooks) Description() string + func (wb *Webhooks) Listen(events chan agent.Event) + func (wb *Webhooks) SampleConfig() string + func (wb *Webhooks) Start(events chan agent.Event) error