[skip ci] Add desc comments for channelsTimeTicker (#9020)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/9021/head
dragondriver 2021-10-01 15:40:17 +08:00 committed by GitHub
parent ab0255b21a
commit 1fe51b0fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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