Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InitTimeout = 15 * time.Second
)
Functions ¶
This section is empty.
Types ¶
type Feeder ¶
type Feeder struct {
// contains filtered or unexported fields
}
Feeder is the price feeder.
func NewFeeder ¶
func NewFeeder(eventStream types.EventStream, priceProvider types.PriceProvider, pricePoster types.PricePoster, logger zerolog.Logger) *Feeder
Click to show internal directories.
Click to hide internal directories.