Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAPIService
- func (fake *FakeAPIService) Enable(arg1 []google.API) ([]google.API, error)
- func (fake *FakeAPIService) EnableArgsForCall(i int) []google.API
- func (fake *FakeAPIService) EnableCallCount() int
- func (fake *FakeAPIService) EnableReturns(result1 []google.API, result2 error)
- func (fake *FakeAPIService) EnableReturnsOnCall(i int, result1 []google.API, result2 error)
- func (fake *FakeAPIService) Invocations() map[string][][]interface{}
- type FakeQuotaService
- func (fake *FakeQuotaService) Invocations() map[string][][]interface{}
- func (fake *FakeQuotaService) Project() (map[string]google.Quota, error)
- func (fake *FakeQuotaService) ProjectCallCount() int
- func (fake *FakeQuotaService) ProjectReturns(result1 map[string]google.Quota, result2 error)
- func (fake *FakeQuotaService) ProjectReturnsOnCall(i int, result1 map[string]google.Quota, result2 error)
- func (fake *FakeQuotaService) Region(arg1 string) (map[string]google.Quota, error)
- func (fake *FakeQuotaService) RegionArgsForCall(i int) string
- func (fake *FakeQuotaService) RegionCallCount() int
- func (fake *FakeQuotaService) RegionReturns(result1 map[string]google.Quota, result2 error)
- func (fake *FakeQuotaService) RegionReturnsOnCall(i int, result1 map[string]google.Quota, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAPIService ¶
type FakeAPIService struct { EnableStub func([]google.API) ([]google.API, error) // contains filtered or unexported fields }
func (*FakeAPIService) EnableArgsForCall ¶
func (fake *FakeAPIService) EnableArgsForCall(i int) []google.API
func (*FakeAPIService) EnableCallCount ¶
func (fake *FakeAPIService) EnableCallCount() int
func (*FakeAPIService) EnableReturns ¶
func (fake *FakeAPIService) EnableReturns(result1 []google.API, result2 error)
func (*FakeAPIService) EnableReturnsOnCall ¶
func (fake *FakeAPIService) EnableReturnsOnCall(i int, result1 []google.API, result2 error)
func (*FakeAPIService) Invocations ¶
func (fake *FakeAPIService) Invocations() map[string][][]interface{}
type FakeQuotaService ¶
type FakeQuotaService struct { ProjectStub func() (map[string]google.Quota, error) RegionStub func(string) (map[string]google.Quota, error) // contains filtered or unexported fields }
func (*FakeQuotaService) Invocations ¶
func (fake *FakeQuotaService) Invocations() map[string][][]interface{}
func (*FakeQuotaService) Project ¶
func (fake *FakeQuotaService) Project() (map[string]google.Quota, error)
func (*FakeQuotaService) ProjectCallCount ¶
func (fake *FakeQuotaService) ProjectCallCount() int
func (*FakeQuotaService) ProjectReturns ¶
func (fake *FakeQuotaService) ProjectReturns(result1 map[string]google.Quota, result2 error)
func (*FakeQuotaService) ProjectReturnsOnCall ¶
func (*FakeQuotaService) RegionArgsForCall ¶
func (fake *FakeQuotaService) RegionArgsForCall(i int) string
func (*FakeQuotaService) RegionCallCount ¶
func (fake *FakeQuotaService) RegionCallCount() int
func (*FakeQuotaService) RegionReturns ¶
func (fake *FakeQuotaService) RegionReturns(result1 map[string]google.Quota, result2 error)
func (*FakeQuotaService) RegionReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.