Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extractor ¶
type Extractor interface {
Extract(in []config.GenericMap) []config.GenericMap
}
func NewExtractAggregate ¶
func NewExtractAggregate(params config.StageParam) (Extractor, error)
NewExtractAggregate creates a new extractor
func NewExtractTimebased ¶ added in v0.1.4
func NewExtractTimebased(params config.StageParam) (Extractor, error)
NewExtractTimebased creates a new extractor
Click to show internal directories.
Click to hide internal directories.