Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceConfig ¶
type WebhookWorker ¶
type WebhookWorker struct {
Source SourceConfig
// contains filtered or unexported fields
}
func NewWebhookWorker ¶
func NewWebhookWorker(secretToken string, source SourceConfig, publishers ...Publisher) (*WebhookWorker, error)
func (*WebhookWorker) HandleLambda ¶
func (ww *WebhookWorker) HandleLambda(ctx context.Context, request *events.APIGatewayV2HTTPRequest) (*events.APIGatewayV2HTTPResponse, error)
Click to show internal directories.
Click to hide internal directories.