Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KlinePublisher ¶
type KlinePublisher interface { Publish() chan struct{} Subscribe() kline.Subscriber }
type Service ¶
type Service struct { Logger *zap.Logger Strategy Strategy TickerPublisher TickerPublisher KlinePublisher KlinePublisher }
type TickerPublisher ¶
type TickerPublisher interface { Publish() error Subscribe() ticker.Subscriber }
Click to show internal directories.
Click to hide internal directories.