Interface
Function
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. |
| 7 | type Function interface { |
| 8 | Apply(message.Msg) (message.Msg, error) |
| 9 | } |
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
Tested by
no test coverage detected