mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetVChanPosition (#12495)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/12499/head
parent
060269d557
commit
7ff15490c9
|
@ -13,6 +13,7 @@ import (
|
|||
|
||||
// Handler handles some channel method for ChannelManager
|
||||
type Handler interface {
|
||||
// GetVChanPositions gets the information recovery needed of a channel
|
||||
GetVChanPositions(channel string, collectionID UniqueID, partitionID UniqueID) *datapb.VchannelInfo
|
||||
CheckShouldDropChannel(channel string) bool
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue