pub async fn setup_flownode_plugins_pre_build(
plugins: &mut Plugins,
plugin_options: &[PluginOptions],
_fn_opts: &FlownodeOptions,
) -> Result<()>Expand description
Sets up flownode plugins before the FlownodeBuilder is constructed.
pub async fn setup_flownode_plugins_pre_build(
plugins: &mut Plugins,
plugin_options: &[PluginOptions],
_fn_opts: &FlownodeOptions,
) -> Result<()>Sets up flownode plugins before the FlownodeBuilder is constructed.