未验证 提交 691e4d95 编写于 作者: J Jiquan Long 提交者: GitHub

[skip e2e] Add implementation assertion for channelsTimeTicker (#14952)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 c79cbd34
......@@ -43,6 +43,9 @@ type channelsTimeTicker interface {
getMinTick() Timestamp
}
// make sure channelsTimeTickerImpl implements channelsTimeTicker.
var _ channelsTimeTicker = (*channelsTimeTickerImpl)(nil)
// channelsTimeTickerImpl implements channelsTimeTicker.
type channelsTimeTickerImpl struct {
interval time.Duration // interval to synchronize
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册