mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for proxy (#10143)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/10168/head
parent
a1902f5eec
commit
7602962341
|
@ -39,6 +39,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/util/typeutil"
|
||||
)
|
||||
|
||||
// UpdateStateCode updates the state code of Proxy.
|
||||
func (node *Proxy) UpdateStateCode(code internalpb.StateCode) {
|
||||
node.stateCode.Store(code)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue