未验证 提交 fd6eb5d1 编写于 作者: G godchen 提交者: GitHub

[skip ci]Add util healthz comment (#9171)

Signed-off-by: Ngodchen <qingxiang.chen@zilliz.com>
上级 2792f852
......@@ -12,6 +12,8 @@
package healthz
const (
// ContentTypeHeader is the health check request type header.
ContentTypeHeader = "Content-Type"
ContentTypeText = "text/plain"
// ContentTypeHeader is the health check request type text.
ContentTypeText = "text/plain"
)
......@@ -11,4 +11,5 @@
package healthz
// HealthzRouterPath is default path for check health state.
const HealthzRouterPath = "/healthz"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册