[skip e2e] Add comment for channelsTimeTickerImpl (#13897)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/13921/head
Jiquan Long 2021-12-21 21:01:36 +08:00 committed by GitHub
parent 35021d6cc3
commit 9a7428243f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ type channelsTimeTicker interface {
getMinTick() Timestamp
}
// channelsTimeTickerImpl implements channelsTimeTicker.
type channelsTimeTickerImpl struct {
interval time.Duration // interval to synchronize
minTsStatistics map[pChan]Timestamp // pchan -> min Timestamp