Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessorHook ¶
type ProcessorHook interface { Start() error Finish() error PrepareBatch(metadata *ProcessorHookMetadata, index, batchSize int) error CleanUpBatch(metadata *ProcessorHookMetadata, index, batchSize int, batchError error) error OverrideBaseFieldValue(metadata *ProcessorHookMetadata, fieldID, originalValue string) (newValue string, err error) OverrideFormattedFieldValue(metadata *ProcessorHookMetadata, fieldID, originalValue string) (newValue string, err error) }
type ProcessorHookMetadata ¶
func NewProcessorHookMetadataFromTarget ¶
func NewProcessorHookMetadataFromTarget(target *config.Target) *ProcessorHookMetadata
Click to show internal directories.
Click to hide internal directories.