# Functions
EntityTypeFromDB returns the entity type from the database entity.
EntityTypeToDB returns the database entity from the protobuf entity type.
KnownTypesCSV returns a comma separated list of known entity types.
NewEntityInfoWrapper creates a new EntityInfoWrapper.
ParseEntityEvent parses a message.Message and returns an EntityInfoWrapper
nolint:gocyclo // This will be simplified once we rely solely on the entity ID key.
# Constants
EntityIDEventKey is the key for the entity ID Note that we'll be migrating to this key and deprecating the other entity ID keys.
EntityTypeEventKey is the key for the entity type.
ExecutionIDKey is the key for the execution ID.
ProjectIDEventKey is the key for the project ID.
ProviderIDEventKey is the key for the provider ID.
# Structs
EntityInfoWrapper is a helper struct to gather information about entities from events.