mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add desc comments for channelsTimeTicker (#9020)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/9021/head
parent
ab0255b21a
commit
1fe51b0fce
|
@ -26,6 +26,7 @@ import (
|
|||
// ticker can update ts only when the minTs greater than the ts of ticker, we can use maxTs to update current later
|
||||
type getPChanStatisticsFuncType func() (map[pChan]*pChanStatistics, error)
|
||||
|
||||
// channelsTimeTicker manages the timestamp statistics
|
||||
type channelsTimeTicker interface {
|
||||
start() error
|
||||
close() error
|
||||
|
|
Loading…
Reference in New Issue