mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify code comments according to naming conventions (#13709)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/13696/head
parent
7ee0a2bf9f
commit
8248bd7d01
|
@ -24,7 +24,7 @@ import (
|
||||||
// errNilKvClient stands for a nil kv client is detected when initialized
|
// errNilKvClient stands for a nil kv client is detected when initialized
|
||||||
var errNilKvClient = errors.New("kv client not initialized")
|
var errNilKvClient = errors.New("kv client not initialized")
|
||||||
|
|
||||||
// serverNotServingErrMsg used for Status Reason when datacoord is not healthy
|
// serverNotServingErrMsg used for Status Reason when DataCoord is not healthy
|
||||||
const serverNotServingErrMsg = "DataCoord is not serving"
|
const serverNotServingErrMsg = "DataCoord is not serving"
|
||||||
|
|
||||||
// errors for VerifyResponse
|
// errors for VerifyResponse
|
||||||
|
|
Loading…
Reference in New Issue