Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityEnrichmentContext ¶
type EntityMapper ¶
type EntityMapper struct {
// contains filtered or unexported fields
}
func NewEntityMapper ¶
func NewEntityMapper() *EntityMapper
func (*EntityMapper) BuildEntity ¶
func (m *EntityMapper) BuildEntity(entityType string, value any, context EntityEnrichmentContext) (*entities.Entity, string, error)
func (*EntityMapper) MapFieldToEntityType ¶
func (m *EntityMapper) MapFieldToEntityType(field *models.FlattenedField) (string, bool)
Click to show internal directories.
Click to hide internal directories.