[router] add grpc client get and set (#10955)

This commit is contained in:
Simo Lin
2025-09-26 06:07:05 -04:00
committed by GitHub
parent a5095d6262
commit 1e57b9472d
4 changed files with 111 additions and 37 deletions

View File

@@ -13,6 +13,7 @@ pub mod proto {
// package sglang.grpc.scheduler; generates a nested module structure
/// gRPC client for SGLang scheduler
#[derive(Clone)]
pub struct SglangSchedulerClient {
client: proto::sglang_scheduler_client::SglangSchedulerClient<Channel>,
}