botswebhook

package
v0.25.2 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: Apache-2.0 Imports: 11 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrorIcon = "🚨"

ErrorIcon is used to report errors to user

Functions

This section is empty.

Types

type AnalyticsSettings

type AnalyticsSettings struct {
	GaTrackingID string // TODO: Refactor to list of analytics providers
	Enabled      func(r *http.Request) bool
}

AnalyticsSettings keeps data for Google Analytics

type BotDriver

type BotDriver struct {
	Analytics AnalyticsSettings
	// contains filtered or unexported fields
}

BotDriver keeps information about bots and map requests to appropriate handlers

func NewBotDriver

func NewBotDriver(gaSettings AnalyticsSettings, appContext botsfw.BotAppContext, host botsfw.BotHost, panicTextFooter string) BotDriver

NewBotDriver registers new bot driver (TODO: describe why we need it)

func (BotDriver) HandleWebhook

func (d BotDriver) HandleWebhook(w http.ResponseWriter, r *http.Request, webhookHandler botsfw.WebhookHandler)

HandleWebhook takes and HTTP request and process it

func (BotDriver) RegisterWebhookHandlers

func (d BotDriver) RegisterWebhookHandlers(httpRouter botsfw.HttpRouter, pathPrefix string, webhookHandlers ...botsfw.WebhookHandler)

RegisterWebhookHandlers adds handlers to a bot driver

Jump to

Keyboard shortcuts

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