mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint warning in healthz (#9236)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/9241/head
parent
7e611e8799
commit
0c899deb50
|
@ -14,6 +14,6 @@ package healthz
|
|||
const (
|
||||
// ContentTypeHeader is the health check request type header.
|
||||
ContentTypeHeader = "Content-Type"
|
||||
// ContentTypeHeader is the health check request type text.
|
||||
// ContentTypeText is the health check request type text.
|
||||
ContentTypeText = "text/plain"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue