refactor: move TableName out of meta common (#152)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -54,12 +54,6 @@ message Peer {
|
||||
|
||||
message TableId { uint32 id = 1; }
|
||||
|
||||
message TableName {
|
||||
string catalog_name = 1;
|
||||
string schema_name = 2;
|
||||
string table_name = 3;
|
||||
}
|
||||
|
||||
message TimeInterval {
|
||||
// The unix timestamp in millis of the start of this period.
|
||||
int64 start_timestamp_millis = 1;
|
||||
@@ -75,6 +69,4 @@ message KeyValue {
|
||||
}
|
||||
|
||||
// Procedure identifer
|
||||
message ProcedureId {
|
||||
bytes key = 1;
|
||||
}
|
||||
message ProcedureId { bytes key = 1; }
|
||||
|
||||
@@ -19,6 +19,7 @@ package greptime.v1.meta;
|
||||
option go_package = "github.com/GreptimeTeam/greptime-proto/go/greptime/v1/meta";
|
||||
|
||||
import "greptime/v1/meta/common.proto";
|
||||
import "greptime/v1/common.proto";
|
||||
|
||||
message TableRoute {
|
||||
Table table = 1;
|
||||
|
||||
Reference in New Issue
Block a user