Documentation
¶
Overview ¶
Package extractor provides high-level constructs to easily build plugins with field extraction capability.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin interface {
plugins.Plugin
sdk.Extractor
sdk.ExtractRequests
//
// Fields return the list of extractor fields exported by this plugin.
Fields() []sdk.FieldEntry
}
Plugin is an interface representing a plugin with field extraction capability.
Click to show internal directories.
Click to hide internal directories.