vector_config

Derive Macro NamedComponent

Source
#[derive(NamedComponent)]
{
    // Attributes available to this derive:
    #[api_component]
    #[enrichment_table_component]
    #[global_option_component]
    #[provider_component]
    #[secrets_component]
    #[sink_component]
    #[source_component]
    #[transform_component]
}
Expand description

Generates an implementation of the NamedComponent trait for the given container.