Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeCcClient
- func (fake *FakeCcClient) StagingComplete(stagingGuid string, completionCallback string, payload []byte, ...) error
- func (fake *FakeCcClient) StagingCompleteArgsForCall(i int) (string, []byte, lager.Logger)
- func (fake *FakeCcClient) StagingCompleteCallCount() int
- func (fake *FakeCcClient) StagingCompleteReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCcClient ¶
type FakeCcClient struct { StagingCompleteStub func(stagingGuid string, completionCallback string, payload []byte, logger lager.Logger) error // contains filtered or unexported fields }
func (*FakeCcClient) StagingComplete ¶
func (*FakeCcClient) StagingCompleteArgsForCall ¶
func (*FakeCcClient) StagingCompleteCallCount ¶
func (fake *FakeCcClient) StagingCompleteCallCount() int
func (*FakeCcClient) StagingCompleteReturns ¶
func (fake *FakeCcClient) StagingCompleteReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.