Skip to content

Commit

Permalink
rename to KLineClosedEmitter
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jul 14, 2022
1 parent 7726434 commit a7b7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indicator/inf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

Expand Down

0 comments on commit a7b7ed6

Please sign in to comment.