Documentation ¶
Overview ¶
Package handler contains the logic for handling Zendesk webhook events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles the events sent by a Zendesk trigger.
func New ¶
func New(src *v1alpha1.ZendeskSource, logger *zap.SugaredLogger, ceClient cloudevents.Client, username, password string) *Handler
New returns an initialized Handler.
Click to show internal directories.
Click to hide internal directories.