mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify code comments according to the naming conventions (#15050)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/15071/head
parent
de61368999
commit
b41b21ab10
|
@ -326,7 +326,7 @@ type IndexCoordComponent interface {
|
|||
SetEtcdClient(etcdClient *clientv3.Client)
|
||||
|
||||
// UpdateStateCode updates state code for QueryCoord
|
||||
// `stateCode` is current statement of this query coord, indicating whether it's healthy.
|
||||
// `stateCode` is current statement of this QueryCoord, indicating whether it's healthy.
|
||||
UpdateStateCode(stateCode internalpb.StateCode)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue