[skip e2e] Add comment for getMinTick (#14751)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/14767/head
Jiquan Long 2022-01-04 14:11:51 +08:00 committed by GitHub
parent deff7de3ac
commit b2fbf66f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ type channelsTimeTicker interface {
getLastTick(pchan pChan) (Timestamp, error)
// getMinTsStatistics returns the last write timestamp of all pchans.
getMinTsStatistics() (map[pChan]Timestamp, Timestamp, error)
// getMinTick returns the minimum last write timestamp between all pchans.
getMinTick() Timestamp
}