Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2020 Changes in this version + type Force struct + Force chan time.Time + func NewForce(interval time.Duration) *Force + func (m *Force) Pause() + func (m *Force) Resume() + func (m *Force) Stop() + func (m *Force) Ticks() <-chan time.Time + type T struct + func New(interval time.Duration) *T + func (t *T) Pause() + func (t *T) Resume() + func (t *T) Stop() + func (t *T) Ticks() <-chan time.Time + type Ticker interface + Pause func() + Resume func() + Stop func() + Ticks func() <-chan time.Time Other modules containing this package github.com/Actinium-project/lnd