Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFetcher
- func (fake *FakeFetcher) FetchInstanceData(arg1 lager.Logger, arg2 string, arg3 map[int]cf.Instance) (map[int]interface{}, error)
- func (fake *FakeFetcher) FetchInstanceDataArgsForCall(i int) (lager.Logger, string, map[int]cf.Instance)
- func (fake *FakeFetcher) FetchInstanceDataCallCount() int
- func (fake *FakeFetcher) FetchInstanceDataCalls(...)
- func (fake *FakeFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)
- func (fake *FakeFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)
- func (fake *FakeFetcher) Invocations() map[string][][]interface{}
- type FakeLogCacheClient
- func (fake *FakeLogCacheClient) Invocations() map[string][][]interface{}
- func (fake *FakeLogCacheClient) PromQL(arg1 context.Context, arg2 string, arg3 ...client.PromQLOption) (*logcache_v1.PromQL_InstantQueryResult, error)
- func (fake *FakeLogCacheClient) PromQLArgsForCall(i int) (context.Context, string, []client.PromQLOption)
- func (fake *FakeLogCacheClient) PromQLCallCount() int
- func (fake *FakeLogCacheClient) PromQLCalls(...)
- func (fake *FakeLogCacheClient) PromQLRange(arg1 context.Context, arg2 string, arg3 ...client.PromQLOption) (*logcache_v1.PromQL_RangeQueryResult, error)
- func (fake *FakeLogCacheClient) PromQLRangeArgsForCall(i int) (context.Context, string, []client.PromQLOption)
- func (fake *FakeLogCacheClient) PromQLRangeCallCount() int
- func (fake *FakeLogCacheClient) PromQLRangeCalls(...)
- func (fake *FakeLogCacheClient) PromQLRangeReturns(result1 *logcache_v1.PromQL_RangeQueryResult, result2 error)
- func (fake *FakeLogCacheClient) PromQLRangeReturnsOnCall(i int, result1 *logcache_v1.PromQL_RangeQueryResult, result2 error)
- func (fake *FakeLogCacheClient) PromQLReturns(result1 *logcache_v1.PromQL_InstantQueryResult, result2 error)
- func (fake *FakeLogCacheClient) PromQLReturnsOnCall(i int, result1 *logcache_v1.PromQL_InstantQueryResult, result2 error)
- 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 FakeFetcher ¶
type FakeFetcher struct { FetchInstanceDataStub func(lager.Logger, string, map[int]cf.Instance) (map[int]interface{}, error) // contains filtered or unexported fields }
func (*FakeFetcher) FetchInstanceData ¶
func (*FakeFetcher) FetchInstanceDataArgsForCall ¶
func (*FakeFetcher) FetchInstanceDataCallCount ¶
func (fake *FakeFetcher) FetchInstanceDataCallCount() int
func (*FakeFetcher) FetchInstanceDataCalls ¶
func (*FakeFetcher) FetchInstanceDataReturns ¶
func (fake *FakeFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)
func (*FakeFetcher) FetchInstanceDataReturnsOnCall ¶
func (fake *FakeFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)
func (*FakeFetcher) Invocations ¶
func (fake *FakeFetcher) Invocations() map[string][][]interface{}
type FakeLogCacheClient ¶
type FakeLogCacheClient struct { PromQLStub func(context.Context, string, ...client.PromQLOption) (*logcache_v1.PromQL_InstantQueryResult, error) PromQLRangeStub func(context.Context, string, ...client.PromQLOption) (*logcache_v1.PromQL_RangeQueryResult, error) 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) PromQL ¶
func (fake *FakeLogCacheClient) PromQL(arg1 context.Context, arg2 string, arg3 ...client.PromQLOption) (*logcache_v1.PromQL_InstantQueryResult, error)
func (*FakeLogCacheClient) PromQLArgsForCall ¶
func (fake *FakeLogCacheClient) PromQLArgsForCall(i int) (context.Context, string, []client.PromQLOption)
func (*FakeLogCacheClient) PromQLCallCount ¶
func (fake *FakeLogCacheClient) PromQLCallCount() int
func (*FakeLogCacheClient) PromQLCalls ¶
func (fake *FakeLogCacheClient) PromQLCalls(stub func(context.Context, string, ...client.PromQLOption) (*logcache_v1.PromQL_InstantQueryResult, error))
func (*FakeLogCacheClient) PromQLRange ¶
func (fake *FakeLogCacheClient) PromQLRange(arg1 context.Context, arg2 string, arg3 ...client.PromQLOption) (*logcache_v1.PromQL_RangeQueryResult, error)
func (*FakeLogCacheClient) PromQLRangeArgsForCall ¶
func (fake *FakeLogCacheClient) PromQLRangeArgsForCall(i int) (context.Context, string, []client.PromQLOption)
func (*FakeLogCacheClient) PromQLRangeCallCount ¶
func (fake *FakeLogCacheClient) PromQLRangeCallCount() int
func (*FakeLogCacheClient) PromQLRangeCalls ¶
func (fake *FakeLogCacheClient) PromQLRangeCalls(stub func(context.Context, string, ...client.PromQLOption) (*logcache_v1.PromQL_RangeQueryResult, error))
func (*FakeLogCacheClient) PromQLRangeReturns ¶
func (fake *FakeLogCacheClient) PromQLRangeReturns(result1 *logcache_v1.PromQL_RangeQueryResult, result2 error)
func (*FakeLogCacheClient) PromQLRangeReturnsOnCall ¶
func (fake *FakeLogCacheClient) PromQLRangeReturnsOnCall(i int, result1 *logcache_v1.PromQL_RangeQueryResult, result2 error)
func (*FakeLogCacheClient) PromQLReturns ¶
func (fake *FakeLogCacheClient) PromQLReturns(result1 *logcache_v1.PromQL_InstantQueryResult, result2 error)
func (*FakeLogCacheClient) PromQLReturnsOnCall ¶
func (fake *FakeLogCacheClient) PromQLReturnsOnCall(i int, result1 *logcache_v1.PromQL_InstantQueryResult, result2 error)
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.