mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Add comment for deleteNode Name (#12387)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
e52757d848
commit
f79e85cb36
@ -16,6 +16,7 @@ type deleteNode struct {
|
||||
replica ReplicaInterface // historical
|
||||
}
|
||||
|
||||
// Name returns the name of deleteNode
|
||||
func (dNode *deleteNode) Name() string {
|
||||
return "dNode"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user