Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TickerRunner ¶
type TickerRunner struct {
// contains filtered or unexported fields
}
func NewTickerRunner ¶
func NewTickerRunner(duration time.Duration) *TickerRunner
func (*TickerRunner) GetPricingTicker ¶
func (self *TickerRunner) GetPricingTicker() <-chan time.Time
func (*TickerRunner) Start ¶
func (self *TickerRunner) Start() error
func (*TickerRunner) Stop ¶
func (self *TickerRunner) Stop() error
Click to show internal directories.
Click to hide internal directories.