Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClock ¶
type MockClock struct {
// contains filtered or unexported fields
}
func NewMockClock ¶
func NewMockClock() MockClock
type MockTicker ¶
type MockTicker struct {
// contains filtered or unexported fields
}
func (MockTicker) C ¶
func (t MockTicker) C() <-chan time.Time
func (MockTicker) Stop ¶
func (t MockTicker) Stop()
Click to show internal directories.
Click to hide internal directories.