Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeCFClient
- func (fake *FakeCFClient) Cf(logger lager.Logger, ctx context.Context, timeout time.Duration, ...) ([]byte, error)
- func (fake *FakeCFClient) CfArgsForCall(i int) (lager.Logger, context.Context, time.Duration, []string)
- func (fake *FakeCFClient) CfCallCount() int
- func (fake *FakeCFClient) CfReturns(result1 []byte, result2 error)
- func (fake *FakeCFClient) CfReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeCFClient) Cleanup(ctx context.Context)
- func (fake *FakeCFClient) CleanupArgsForCall(i int) context.Context
- func (fake *FakeCFClient) CleanupCallCount() int
- func (fake *FakeCFClient) Invocations() map[string][][]interface{}
- func (fake *FakeCFClient) Pool() chan string
- func (fake *FakeCFClient) PoolCallCount() int
- func (fake *FakeCFClient) PoolReturns(result1 chan string)
- func (fake *FakeCFClient) PoolReturnsOnCall(i int, result1 chan string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCFClient ¶
type FakeCFClient struct { CfStub func(logger lager.Logger, ctx context.Context, timeout time.Duration, args ...string) ([]byte, error) CleanupStub func(ctx context.Context) PoolStub func() chan string // contains filtered or unexported fields }
func (*FakeCFClient) CfArgsForCall ¶
func (*FakeCFClient) CfCallCount ¶
func (fake *FakeCFClient) CfCallCount() int
func (*FakeCFClient) CfReturns ¶
func (fake *FakeCFClient) CfReturns(result1 []byte, result2 error)
func (*FakeCFClient) CfReturnsOnCall ¶
func (fake *FakeCFClient) CfReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeCFClient) Cleanup ¶
func (fake *FakeCFClient) Cleanup(ctx context.Context)
func (*FakeCFClient) CleanupArgsForCall ¶
func (fake *FakeCFClient) CleanupArgsForCall(i int) context.Context
func (*FakeCFClient) CleanupCallCount ¶
func (fake *FakeCFClient) CleanupCallCount() int
func (*FakeCFClient) Invocations ¶
func (fake *FakeCFClient) Invocations() map[string][][]interface{}
func (*FakeCFClient) Pool ¶
func (fake *FakeCFClient) Pool() chan string
func (*FakeCFClient) PoolCallCount ¶
func (fake *FakeCFClient) PoolCallCount() int
func (*FakeCFClient) PoolReturns ¶
func (fake *FakeCFClient) PoolReturns(result1 chan string)
func (*FakeCFClient) PoolReturnsOnCall ¶
func (fake *FakeCFClient) PoolReturnsOnCall(i int, result1 chan string)
Click to show internal directories.
Click to hide internal directories.