Module config

Source

Structs§

Config
Unparsed fiddler configuration
ConfigSpec
Plugin configuration validation snippet
Item
Unparsed configuration item used prior to validation
ParsedConfig
Parsed and validated fiddler configuration
ParsedPipeline
Parsed and validated pipeline to be used during processing
ParsedRegisteredItem
Execution placeholder of the plugin to be used during processing
Pipeline
Unparsed configuration pipeline prior to validation
RegisteredItem
Parsed and validated configuration item

Enums§

ExecutionType
Enum for holding the implementation of the plugin trait to be called during processing
ItemType
Plugin Configuration Type

Functions§

parse_configuration_item
The function takes the raw hashmap configuration item and looks up the registered plugin and returns the ParsedRegisteredItem with the execution logic for used during processing.
register_plugin
Validates the configuration object has valid and registered inputs, outputs, and processors. Note: Plugins must be registered with the environment prior to calling validate. This is automatically done when using Environment