dlq_gateway_grpc/
lib.rs

1pub const DEFAULT_ADDRESS: &str = "[::]:50051";
2
3pub mod downloader {
4    tonic::include_proto!("downloader");
5}