Skip to main content

mock_with_client_channel_config

Function mock_with_client_channel_config 

Source
pub async fn mock_with_client_channel_config(
    opts: MetasrvOptions,
    kv_backend: KvBackendRef,
    selector: Option<SelectorRef>,
    datanode_clients: Option<Arc<NodeClients>>,
    in_memory: Option<ResettableKvBackendRef>,
    client_channel_config: ChannelConfig,
) -> MockInfo