MCPcopy Index your code
hub / github.com/appbaseio/abc / Function

Interface Function

importer/function/function.go:7–9  ·  view source on GitHub ↗

Function has a single defined function to serve the purpose of apply logic to a message in order to return a message.

Source from the content-addressed store, hash-verified

5// Function has a single defined function to serve the purpose of apply logic to a message in order to return
6// a message.
7type Function interface {
8 Apply(message.Msg) (message.Msg, error)
9}

Callers 2

TestApplyFunction · 0.65
applyTransformsMethod · 0.65

Implementers 9

Mockimporter/function/testing.go
Gojaimporter/function/gojajs/goja.go
Skipimporter/function/skip/skipper.go
Omitterimporter/function/omit/omitter.go
Prettifyimporter/function/pretty/prettify.go
Ottoimporter/function/ottojs/otto.go
Pickerimporter/function/pick/picker.go
Renameimporter/function/rename/rename.go
SkipFuncimporter/pipeline/node_test.go

Calls

no outgoing calls

Tested by

no test coverage detected