# Variables
AllowedEventFormat defines the allowed format for an event.
StateEventName is the name of the event used to emit state information.
# Structs
ErrQueryFieldHasZeroValue is returned when a QueryFields failed validation due to a QueryField with a zero value (this is unexpected and forbidden).
ErrQueryFieldIsAlreadySet is returned when QueryFields failed validation due to multiple QueryField which modifies the same field (this is unexpected and forbidden).
Query wraps information that are used to build event queries for all type of event objects.
# Interfaces
No description provided by the author
# Type aliases
Name is a custom type which represents the name of an event.