Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeSender
- func (fake *FakeSender) Invocations() map[string][][]interface{}
- func (fake *FakeSender) Send(arg1 clock.Clock, arg2 map[string]*models.App, ...) error
- func (fake *FakeSender) SendArgsForCall(i int) (clock.Clock, map[string]*models.App, []models.PendingStartMessage, ...)
- func (fake *FakeSender) SendCallCount() int
- func (fake *FakeSender) SendReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSender ¶
type FakeSender struct { SendStub func(clock.Clock, map[string]*models.App, []models.PendingStartMessage, []models.PendingStopMessage) error // contains filtered or unexported fields }
func (*FakeSender) Invocations ¶
func (fake *FakeSender) Invocations() map[string][][]interface{}
func (*FakeSender) Send ¶
func (fake *FakeSender) Send(arg1 clock.Clock, arg2 map[string]*models.App, arg3 []models.PendingStartMessage, arg4 []models.PendingStopMessage) error
func (*FakeSender) SendArgsForCall ¶
func (fake *FakeSender) SendArgsForCall(i int) (clock.Clock, map[string]*models.App, []models.PendingStartMessage, []models.PendingStopMessage)
func (*FakeSender) SendCallCount ¶
func (fake *FakeSender) SendCallCount() int
func (*FakeSender) SendReturns ¶
func (fake *FakeSender) SendReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.