# Functions
IndexReceiverWebhookPath is a client.IndexerFunc that returns the Receiver's webhook path, if present in its status.
NewEventServer returns an HTTP server that handles events.
NewReceiverServer returns an HTTP server that handles webhooks.
ValidateResourceFilter accepts a CEL expression and will parse and check that it's valid, if it's not valid an error is returned.
# Constants
No description provided by the author
# Structs
EventServer handles event POST requests.
ReceiverServer handles webhook POST requests.