pub fn all_integrations(config: &Config) -> Vec<IntegrationEntry>Expand description
Returns the integration catalog computed against config.
Single-loop, schema-driven. Every per-row decision lives on the schema-side source; this function just concatenates the iterators.
Channel discovery walks ChannelsConfig::channels() which always
returns all known channel types; each ChannelInfo carries name,
desc, and a configured flag. Multi-instance V3 channels are
reported active when any alias is configured.