Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
RegisterHandler(router *pubsubRouter.Router)
}
Handler interface for processing webhook events
func NewHandler ¶
func NewHandler( pubSub pubsub.PubSub, cfg *config.Configuration, factory payload.PayloadBuilderFactory, client httpclient.Client, logger *logger.Logger, sentry *sentry.Service, svixClient *svix.Client, ) (Handler, error)
NewHandler creates a new memory-based handler
Click to show internal directories.
Click to hide internal directories.