Skip to content

Commit

Permalink
chore: include flow proto
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Apr 25, 2024
1 parent 86b0eb2 commit 34bccfb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use crate::v1::value::ValueData;

pub const GREPTIME_GRPC_DESC: &[u8] = tonic::include_file_descriptor_set!("greptime_grpc_desc");

pub mod flow;
pub mod index;
pub mod meta;
pub mod region;
Expand Down
15 changes: 15 additions & 0 deletions src/v1/flow.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Copyright 2023 Greptime Team
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

tonic::include_proto!("greptime.v1.flow");

0 comments on commit 34bccfb

Please sign in to comment.