From c30a2607be4044502094b25c408171a666a8ff6d Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 16 Aug 2023 21:48:09 +0800 Subject: [PATCH] chore: pub region mod (#81) Signed-off-by: Ruihang Xia --- src/v1.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/v1.rs b/src/v1.rs index ff7239b..b80f531 100644 --- a/src/v1.rs +++ b/src/v1.rs @@ -17,3 +17,4 @@ tonic::include_proto!("greptime.v1"); pub const GREPTIME_GRPC_DESC: &[u8] = tonic::include_file_descriptor_set!("greptime_grpc_desc"); pub mod meta; +pub mod region;