Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistributedTicker ¶
type DistributedTicker struct {
// contains filtered or unexported fields
}
func NewDistributedTicker ¶
func (*DistributedTicker) Close ¶
func (d *DistributedTicker) Close()
func (*DistributedTicker) SetEnabled ¶
func (d *DistributedTicker) SetEnabled(enabled bool)
func (*DistributedTicker) Tick ¶
func (d *DistributedTicker) Tick() <-chan time.Time
type TickerState ¶
func MustNewTickerState ¶
func MustNewTickerState(lockerGenerator locker.SyncLockerGenerator, partition, name string) *TickerState
func (*TickerState) StateIDComponents ¶
func (u *TickerState) StateIDComponents() state.StateIDComponents
Click to show internal directories.
Click to hide internal directories.