# Packages
No description provided by the author
# Functions
MatchEvent checks if a Snowplow event matches any event configuration.
NewApp creates a new App.
ParseConfig parses and validates the event config yaml.
# Constants
HubSpotAction is the action to create an object in HubSpot.
LogTrigger is the action to log the event.
RateLimitConfigKey is the key for the rate limit config (sep-limit:<event-category-action-label>:<user_id>).
SlackAction is the action to send the event to Slack.
SlackAlert is the alert type for Slack.
# Structs
AlertConfig is the alert configuration for an event.
App is the application struct.
Event defines a event config that the processor should handle and trigger the corresponding trigger(s).
EventConfig contains the configuration for the events processor.
Message is the message for the Pub/Sub subscription.
RateLimitConfig is the rate limit configuration for an event.
Trigger is a trigger for an incoming event.