rename to KLineClosedEmitter

This commit is contained in:
c9s 2022-07-14 10:33:10 +08:00
parent 77264342ce
commit a7b7ed6610
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -6,7 +6,7 @@ type KLineWindowUpdater interface {
OnKLineWindowUpdate(func(interval types.Interval, window types.KLineWindow))
}
type KLineCloseHandler interface {
type KLineClosedEmitter interface {
OnKLineClosed(func(k types.KLine))
}