Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityHandlerFunc ¶
type ActivityHandlerFunc func(*lhv1alpha1.ActivityRecord) error
type Handler ¶
type Handler struct { SecretToken string Logger *logrus.Logger // contains filtered or unexported fields }
func (*Handler) RegisterActivityHandler ¶
func (h *Handler) RegisterActivityHandler(handler ActivityHandlerFunc)
func (*Handler) RegisterWebhookHandler ¶
func (h *Handler) RegisterWebhookHandler(handler WebhookHandlerFunc)
type WebhookHandlerFunc ¶
Click to show internal directories.
Click to hide internal directories.