Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputDebugFile ¶
type InputDebugFile struct {
InputFilePath string
FieldName string
LineLimit int
// contains filtered or unexported fields
}
InputDebugFile can reads some lines from head in specified file, then set them as same field.
func (*InputDebugFile) Collect ¶
func (r *InputDebugFile) Collect(collector pipeline.Collector) error
Collect ...
func (*InputDebugFile) Init ¶
func (r *InputDebugFile) Init(context pipeline.Context) (int, error)
Init ...
func (*InputDebugFile) Read ¶ added in v1.7.1
func (r *InputDebugFile) Read(context pipeline.PipelineContext) error
Click to show internal directories.
Click to hide internal directories.