Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TypeIBlobLangFuncs = reflect.TypeOf((*IBlobLangFuncs)(nil))
Functions ¶
This section is empty.
Types ¶
type IBlobLangFuncs ¶
type IBlobLangFuncs interface { DeadLetterIt(args *bloblang.ParsedParams) (bloblang.Function, error) WrapIt(args *bloblang.ParsedParams) (bloblang.Function, error) ErrorLogIt(args *bloblang.ParsedParams) (bloblang.Function, error) }
Click to show internal directories.
Click to hide internal directories.