Documentation
¶
Overview ¶
Assembles application
Copyright 2025 NAME HERE EMAIL ADDRESS
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEnrichersFlow ¶
func CreateEnrichersFlow(plugin streams.Source, enrichers *model.EnrichersConfig, databaseContext *model.DatabaseContext, enricherCommon *model.EnricherCommonConfig) streams.Flow
Types ¶
type EnricherFlow ¶
type EnricherFlow struct {
// contains filtered or unexported fields
}
func NewEnricherFlow ¶
func NewEnricherFlow(enrichers *model.EnrichersConfig, databaseContext *model.DatabaseContext, enricherCommon *model.EnricherCommonConfig) *EnricherFlow
func (*EnricherFlow) In ¶
func (ef *EnricherFlow) In() chan<- any
func (*EnricherFlow) Out ¶
func (ef *EnricherFlow) Out() <-chan any
func (*EnricherFlow) To ¶
func (ef *EnricherFlow) To(sink streams.Sink)
Click to show internal directories.
Click to hide internal directories.