Documentation ¶
Index ¶
Constants ¶
View Source
const ( OnSecond = "pulsar.OnSecond" OnMinute = "pulsar.OnMinute" OnHour = "pulsar.OnHour" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IHourPulsar ¶
type IHourPulsar interface { IPulsar }
func HourPulsar ¶
func HourPulsar() IHourPulsar
type IMinutePulsar ¶
type IMinutePulsar interface { IPulsar }
func MinutePulsar ¶
func MinutePulsar() IMinutePulsar
type IPulsar ¶
type IPulsar interface { comps.ISpokePlugin IAmPulsar() }
IPulsar is an active component that triggers a pulse at a certain interval and publishes it onto the Mediator.
type ISecondPulsar ¶
type ISecondPulsar interface { IPulsar }
func SecondPulsar ¶
func SecondPulsar() ISecondPulsar
type OnPulseFunc ¶
Click to show internal directories.
Click to hide internal directories.