feat: add dbname and health check api (#18)

* feat: add dbname field in proto

* feat: add health check service

* fix: enum must start from 0

* chore: check in generated go sources

* refactor: remove health check response content

* chore: generate go sources
This commit is contained in:
Ning Sun
2023-03-26 23:01:54 +08:00
committed by GitHub
parent 9eaf95eb91
commit ff8c55bed0
6 changed files with 421 additions and 90 deletions
+1
View File
@@ -25,6 +25,7 @@ fn main() {
.compile(
&[
"proto/greptime/v1/database.proto",
"proto/greptime/v1/health.proto",
"proto/greptime/v1/meta/common.proto",
"proto/greptime/v1/meta/heartbeat.proto",
"proto/greptime/v1/meta/route.proto",