github.com/Jeffail/benthos/v3@v3.65.0/public/bloblang/package.go (about)

     1  // Package bloblang provides high level APIs for registering custom Bloblang
     2  // plugins, as well as for parsing and executing Bloblang mappings.
     3  //
     4  // For a video guide on Benthos plugins check out: https://youtu.be/uH6mKw-Ly0g
     5  // And an example repo containing component plugins and tests can be found at:
     6  // https://github.com/benthosdev/benthos-plugin-example
     7  //
     8  // Plugins can either be registered globally, and will be accessible to any
     9  // component parsing Bloblang expressions in the executable, or they can be
    10  // registered as part of an isolated environment.
    11  package bloblang