Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCloudFoundryClient
- func (fake *FakeCloudFoundryClient) GetSpaces() ([]reporter.Space, error)
- func (fake *FakeCloudFoundryClient) GetSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpacesCalls(stub func() ([]reporter.Space, error))
- func (fake *FakeCloudFoundryClient) GetSpacesReturns(result1 []reporter.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpacesReturnsOnCall(i int, result1 []reporter.Space, result2 error)
- func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
- type FakeMetricsFetcher
- func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsages(arg1 string) ([]float64, error)
- func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesArgsForCall(i int) string
- func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesCallCount() int
- func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesCalls(stub func(string) ([]float64, error))
- func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesReturns(result1 []float64, result2 error)
- func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesReturnsOnCall(i int, result1 []float64, result2 error)
- func (fake *FakeMetricsFetcher) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCloudFoundryClient ¶
type FakeCloudFoundryClient struct { GetSpacesStub func() ([]reporter.Space, error) // contains filtered or unexported fields }
func (*FakeCloudFoundryClient) GetSpaces ¶
func (fake *FakeCloudFoundryClient) GetSpaces() ([]reporter.Space, error)
func (*FakeCloudFoundryClient) GetSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpacesCallCount() int
func (*FakeCloudFoundryClient) GetSpacesCalls ¶
func (fake *FakeCloudFoundryClient) GetSpacesCalls(stub func() ([]reporter.Space, error))
func (*FakeCloudFoundryClient) GetSpacesReturns ¶
func (fake *FakeCloudFoundryClient) GetSpacesReturns(result1 []reporter.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpacesReturnsOnCall(i int, result1 []reporter.Space, result2 error)
func (*FakeCloudFoundryClient) Invocations ¶
func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
type FakeMetricsFetcher ¶
type FakeMetricsFetcher struct { FetchInstanceEntitlementUsagesStub func(string) ([]float64, error) // contains filtered or unexported fields }
func (*FakeMetricsFetcher) FetchInstanceEntitlementUsages ¶
func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsages(arg1 string) ([]float64, error)
func (*FakeMetricsFetcher) FetchInstanceEntitlementUsagesArgsForCall ¶
func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesArgsForCall(i int) string
func (*FakeMetricsFetcher) FetchInstanceEntitlementUsagesCallCount ¶
func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesCallCount() int
func (*FakeMetricsFetcher) FetchInstanceEntitlementUsagesCalls ¶
func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesCalls(stub func(string) ([]float64, error))
func (*FakeMetricsFetcher) FetchInstanceEntitlementUsagesReturns ¶
func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesReturns(result1 []float64, result2 error)
func (*FakeMetricsFetcher) FetchInstanceEntitlementUsagesReturnsOnCall ¶
func (fake *FakeMetricsFetcher) FetchInstanceEntitlementUsagesReturnsOnCall(i int, result1 []float64, result2 error)
func (*FakeMetricsFetcher) Invocations ¶
func (fake *FakeMetricsFetcher) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.