Versions in this module Expand all Collapse all v0 v0.1.1 Jan 29, 2020 Changes in this version type Opt + func WithAutoAccept(autoAccept bool) Opt + func WithMessageHandler(handler operation.MessageHandler) Opt v0.1.0 Nov 13, 2019 Changes in this version + type Controller struct + func New(ctx *context.Provider, opts ...Opt) (*Controller, error) + func (c *Controller) GetOperations() []operation.Handler + type Opt func(opts *allOpts) + func WithDefaultLabel(defaultLabel string) Opt + func WithWebhookURLs(webhookURLs ...string) Opt