# Packages
This binary generates usable Go code from the data files.
# Functions
BuildCloudEvent creates a CloudEvent from a byte slice.
EventNames returns a list of event names to use as inputs for a particular event type.
InputData returns the contents of the input event for a particular event name and type.
OutputData returns the contents of the output event for a particular event name and type.
PrintValidationInfos takes a list of ValidationInfos and collapses them into a single error and a single log line recording which events were validation, which skipped, and why.
ValidateEvent validates that a particular function output matches the expected contents.
# Constants
CloudEvent represents a CloudEvent type.
LegacyEvent represents a legacy event type.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
ValidationInfo contains information about a particular validation step, including a reason why the validation for this event and type was skipped or the relevant error.
# Type aliases
EventType is the type of event to validate.