Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeLogCacheClient
- func (fake *FakeLogCacheClient) Invocations() map[string][][]interface{}
- func (fake *FakeLogCacheClient) Read(arg1 context.Context, arg2 string, arg3 time.Time, arg4 ...client.ReadOption) ([]*loggregator_v2.Envelope, error)
- func (fake *FakeLogCacheClient) ReadArgsForCall(i int) (context.Context, string, time.Time, []client.ReadOption)
- func (fake *FakeLogCacheClient) ReadCallCount() int
- func (fake *FakeLogCacheClient) ReadCalls(...)
- func (fake *FakeLogCacheClient) ReadReturns(result1 []*loggregator_v2.Envelope, result2 error)
- func (fake *FakeLogCacheClient) ReadReturnsOnCall(i int, result1 []*loggregator_v2.Envelope, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeLogCacheClient ¶
type FakeLogCacheClient struct { ReadStub func(context.Context, string, time.Time, ...client.ReadOption) ([]*loggregator_v2.Envelope, error) // contains filtered or unexported fields }
func (*FakeLogCacheClient) Invocations ¶
func (fake *FakeLogCacheClient) Invocations() map[string][][]interface{}
func (*FakeLogCacheClient) Read ¶
func (fake *FakeLogCacheClient) Read(arg1 context.Context, arg2 string, arg3 time.Time, arg4 ...client.ReadOption) ([]*loggregator_v2.Envelope, error)
func (*FakeLogCacheClient) ReadArgsForCall ¶
func (fake *FakeLogCacheClient) ReadArgsForCall(i int) (context.Context, string, time.Time, []client.ReadOption)
func (*FakeLogCacheClient) ReadCallCount ¶
func (fake *FakeLogCacheClient) ReadCallCount() int
func (*FakeLogCacheClient) ReadCalls ¶
func (fake *FakeLogCacheClient) ReadCalls(stub func(context.Context, string, time.Time, ...client.ReadOption) ([]*loggregator_v2.Envelope, error))
func (*FakeLogCacheClient) ReadReturns ¶
func (fake *FakeLogCacheClient) ReadReturns(result1 []*loggregator_v2.Envelope, result2 error)
func (*FakeLogCacheClient) ReadReturnsOnCall ¶
func (fake *FakeLogCacheClient) ReadReturnsOnCall(i int, result1 []*loggregator_v2.Envelope, result2 error)
Click to show internal directories.
Click to hide internal directories.