feat: add ddl task service (#53)

* feat: add ddl task service

* chore: apply suggestions from CR

* chore: add path to build.rs
This commit is contained in:
Weny Xu
2023-06-28 16:21:47 +09:00
committed by GitHub
parent 7aeaeaba1e
commit f82201d712
8 changed files with 857 additions and 321 deletions
+1
View File
@@ -29,6 +29,7 @@ fn main() {
"proto/greptime/v1/meta/common.proto",
"proto/greptime/v1/meta/heartbeat.proto",
"proto/greptime/v1/meta/route.proto",
"proto/greptime/v1/meta/ddl.proto",
"proto/greptime/v1/meta/store.proto",
"proto/greptime/v1/meta/lock.proto",
"proto/greptime/v1/meta/cluster.proto",