mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add util healthz comment (#9171)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
2792f85211
commit
fd6eb5d187
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user