Documentation
¶
Index ¶
Constants ¶
View Source
const ( TransformTypePlugin = "plugin" TransformTypeAddAttributes = "addattributes" TransformTypeLogRouter = "logrouter" )
Variables ¶
This section is empty.
Functions ¶
func IsValidTransformType ¶
func NewTransform ¶
Types ¶
type TransformCreator ¶
type TransformCreator func(config map[string]any) (types.Transformer, error)
Click to show internal directories.
Click to hide internal directories.