MCPcopy Create free account
hub / github.com/AdRoll/baker / CreateProcessor

Method CreateProcessor

input/kcl.go:251–257  ·  view source on GitHub ↗

CreateProcessor implements interfaces.IRecordProcessorFactory.

()

Source from the content-addressed store, hash-verified

249
250// CreateProcessor implements interfaces.IRecordProcessorFactory.
251func (k *KCL) CreateProcessor() interfaces.IRecordProcessor {
252 return &recordProcessor{
253 inch: k.inch,
254 metrics: &k.metrics,
255 nlines: &k.nlines,
256 }
257}
258
259// recordProcessor implements KCL IRecordProcessor.
260type recordProcessor struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected