mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Modify code comments according to the naming conventions (#15049)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
parent
97ea9786e1
commit
de61368999
@ -1121,7 +1121,7 @@ type QueryCoordComponent 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)
|
||||
|
||||
// SetDataCoord set DataCoord for QueryCoord
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user