Macro create_client_managed_repositories

Source
macro_rules! create_client_managed_repositories {
    ($container_name:ident, $macro:ident) => { ... };
}
Expand description

Macro to create the client managed repositories for the SDK. To add a new repository, add it to the list in the macro invocation. This is meant to be used by the final application crates (e.g., bitwarden-uniffi, bitwarden-wasm-internal, bw).