# Functions
NewEntities returns a middleware to inject global entities functionality in the vulcanito service.
# Structs
ScanNotification holds the required fields to unmarshal.
# Interfaces
GlobalStore defines the functionality the GlobalEntitiesMiddleware needs to be provided by a GlobalEntities store.
MetadataStore defines the functionality needed by the GlobalEntitiesMiddleware to store a retrive metadata about global entities.
# Type aliases
Middleware defines the shape of the functions that return a vulcanito service middleware.