mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for deleteNode (#12110)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/12116/head
parent
b35c2f60ea
commit
98b0f73c46
|
@ -10,6 +10,7 @@ import (
|
|||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
// deleteNode is the one of nodes in delta flow graph
|
||||
type deleteNode struct {
|
||||
baseNode
|
||||
replica ReplicaInterface // historical
|
||||
|
|
Loading…
Reference in New Issue