Skip to main content

build_list

Function build_list 

Source
fn build_list(
    services: Vec<OnionServiceProxyConfig>,
) -> Result<BTreeMap<HsNickname, OnionServiceProxyConfig>, ConfigBuildError>
Expand description

Construct a OnionServiceProxyConfigMap from a Vec of OnionServiceProxyConfig; enforce that HsNicknames are unique.