Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // Enabled controls if the side effect should ever be run. If false, // Repeater.Start and Repeater.Stop will do nothing. Enabled bool // Interval controls how often the side effect should be run. Interval time.Duration // StartRun controls if the side effect should be run immediately when // Repeater.Start is called. StartRun bool // StopRun controls if the side effect should be run immediately when // Repeater.Stop is called. StopRun bool }
Click to show internal directories.
Click to hide internal directories.