package
0.0.0-20241106164905-f55fc5c4c439
Repository: https://github.com/snowplow/snowbridge.git
Documentation: pkg.go.dev
# Functions
AdaptJSEngineFunc returns an JSEngineAdapter.
JSAdapterGenerator returns a js transformation adapter.
JSConfigFunction returns a js transformation function, from a JSEngineConfig.
NewJSEngine returns a JSEngine from a JSEngineConfig.
# Variables
JSConfigPair is a configuration pair for the js transformation.
# Structs
JSEngine handles the provision of a JavaScript runtime to run transformations.
JSEngineConfig configures the JavaScript Engine.
# Interfaces
Engine is the interface that groups functionMaker and smokeTester.
# Type aliases
The JSEngineAdapter type is an adapter for functions to be used as pluggable components for a JS transformation.