Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeScheduler ¶
FakeScheduler allows stubbing the methods of scheduler.ScheduledWorkQueue in tests.
func (*FakeScheduler) Add ¶
func (f *FakeScheduler) Add(obj interface{}, duration time.Duration)
func (*FakeScheduler) Forget ¶
func (f *FakeScheduler) Forget(obj interface{})
Click to show internal directories.
Click to hide internal directories.