[router] Implement gRPC SGLangSchedulerClient (#9364)
This commit is contained in:
8
sgl-router/src/grpc/mod.rs
Normal file
8
sgl-router/src/grpc/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
//! gRPC client module for communicating with SGLang scheduler
|
||||
//!
|
||||
//! This module provides a gRPC client implementation for the SGLang router.
|
||||
|
||||
pub mod client;
|
||||
|
||||
// Re-export the client
|
||||
pub use client::{proto, SglangSchedulerClient};
|
||||
Reference in New Issue
Block a user