Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithInterval ¶
Types ¶
type MockTicker ¶
type MockTicker struct {
// contains filtered or unexported fields
}
func NewMock ¶
func NewMock() *MockTicker
func (*MockTicker) Tick ¶
func (t *MockTicker) Tick()
type TimeTicker ¶
type TimeTicker struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...func(*Opts)) TimeTicker
Click to show internal directories.
Click to hide internal directories.