Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClock
- func (fake *FakeClock) Invocations() map[string][][]interface{}
- func (fake *FakeClock) Now() v1.Time
- func (fake *FakeClock) NowCallCount() int
- func (fake *FakeClock) NowCalls(stub func() v1.Time)
- func (fake *FakeClock) NowReturns(result1 v1.Time)
- func (fake *FakeClock) NowReturnsOnCall(i int, result1 v1.Time)
- type FakeUpdater
- func (fake *FakeUpdater) Invocations() map[string][][]interface{}
- func (fake *FakeUpdater) Update(arg1 context.Context, arg2 state.Statuses)
- func (fake *FakeUpdater) UpdateArgsForCall(i int) (context.Context, state.Statuses)
- func (fake *FakeUpdater) UpdateCallCount() int
- func (fake *FakeUpdater) UpdateCalls(stub func(context.Context, state.Statuses))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClock ¶
func (*FakeClock) Invocations ¶
func (*FakeClock) NowCallCount ¶
func (*FakeClock) NowReturns ¶
type FakeUpdater ¶
type FakeUpdater struct { UpdateStub func(context.Context, state.Statuses) // contains filtered or unexported fields }
func (*FakeUpdater) Invocations ¶
func (fake *FakeUpdater) Invocations() map[string][][]interface{}
func (*FakeUpdater) Update ¶
func (fake *FakeUpdater) Update(arg1 context.Context, arg2 state.Statuses)
func (*FakeUpdater) UpdateArgsForCall ¶
func (*FakeUpdater) UpdateCallCount ¶
func (fake *FakeUpdater) UpdateCallCount() int
func (*FakeUpdater) UpdateCalls ¶
func (fake *FakeUpdater) UpdateCalls(stub func(context.Context, state.Statuses))
Click to show internal directories.
Click to hide internal directories.