# Functions

ValidateEventCollection runs the validations defined on the viewed result type EventCollection.
ValidateEventCollectionView runs the validations defined on EventCollectionView using the "default" view.
ValidateEventView runs the validations defined on EventView using the "default" view.

# Variables

EventCollectionMap is a map indexing the attribute names of EventCollection by view name.
EventMap is a map indexing the attribute names of Event by view name.

# Structs

EventCollection is the viewed result type that is projected based on a view.
EventView is a type that runs validations on a projected type.

# Type aliases

EventCollectionView is a type that runs validations on a projected type.