# Functions
NewDefaultRegistry returns a default registry.
NewEntityObject creates a new EntityObject of type typ with content of object and foreign references as defined in ref.
# Structs
EntityCRUDDefinition implements the EntityCRUD interface.
EntityObject is a default implmentation of Entity interface.
# Interfaces
Entity represents an instance of a custom entity alongwith it's relations to other entities.
EntityCRUD defines endpoints on Kong's Admin API to interact with the Custom entity in Kong.
Registry is a store of EntityCRUD objects.