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:
@@ -22,6 +22,8 @@ message RequestHeader {
|
||||
string schema = 2;
|
||||
// The `authorization` header, much like http's authorization header.
|
||||
AuthHeader authorization = 3;
|
||||
// The `dbname` for the request
|
||||
string dbname = 4;
|
||||
}
|
||||
|
||||
message AuthHeader {
|
||||
|
||||
Reference in New Issue
Block a user