# Functions
ActivityStreamsEventExtends returns true if the Event type extends from the other type.
DeserializeEvent creates a Event from a map representation that has been unmarshalled from a text or binary format.
EventIsDisjointWith returns true if the other provided type is disjoint with the Event type.
EventIsExtendedBy returns true if the other provided type extends from the Event type.
IsOrExtendsEvent returns true if the other provided type is the Event type or extends from the Event type.
NewActivityStreamsEvent creates a new Event type.
SetManager sets the manager package-global variable.
SetTypePropertyConstructor sets the "type" property's constructor in the package-global variable.
# Structs
Represents any kind of event.