build_service_with_auth

Function build_service_with_auth 

Source
pub fn build_service_with_auth(
    router: Arc<RequestRouter>,
    push_broadcaster: Arc<GrpcPushBroadcaster>,
    key_store: Arc<KeyStore>,
    counters: Arc<RuntimeCounters>,
) -> FutuOpenDServer<FutuGrpcService>
Expand description

构建 gRPC 服务(带 KeyStore 鉴权 + 共享限额 counters)