Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachWebhookHandler ¶
func AttachWebhookHandler(mux goahttp.Muxer, h *WebhookHandler)
Types ¶
type WebhookHandler ¶
type WebhookHandler struct {
// contains filtered or unexported fields
}
WebhookHandler is the Goa service implementation for the WorkOS webhook endpoint.
func NewWebhookHandler ¶
func NewWebhookHandler( logger *slog.Logger, tracerProvider trace.TracerProvider, webhooksClient *webhooks.Client, temporalEnv *tenv.Environment, ) *WebhookHandler
func (*WebhookHandler) ReceiveWorkOSWebhook ¶
func (h *WebhookHandler) ReceiveWorkOSWebhook(ctx context.Context, payload *gen.ReceiveWorkOSWebhookPayload, body io.ReadCloser) error
Click to show internal directories.
Click to hide internal directories.