[skip ci] Add comment for deleteNode Name (#12387)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-11-29 19:45:49 +08:00 committed by GitHub
parent e52757d848
commit f79e85cb36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ type deleteNode struct {
replica ReplicaInterface // historical
}
// Name returns the name of deleteNode
func (dNode *deleteNode) Name() string {
return "dNode"
}