Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) Invocations() map[string][][]interface{}
- func (fake *FakeClient) Project(arg1 string) (front50.Response, error)
- func (fake *FakeClient) ProjectArgsForCall(i int) string
- func (fake *FakeClient) ProjectCallCount() int
- func (fake *FakeClient) ProjectCalls(stub func(string) (front50.Response, error))
- func (fake *FakeClient) ProjectReturns(result1 front50.Response, result2 error)
- func (fake *FakeClient) ProjectReturnsOnCall(i int, result1 front50.Response, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { ProjectStub func(string) (front50.Response, error) // contains filtered or unexported fields }
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
func (*FakeClient) ProjectArgsForCall ¶
func (fake *FakeClient) ProjectArgsForCall(i int) string
func (*FakeClient) ProjectCallCount ¶
func (fake *FakeClient) ProjectCallCount() int
func (*FakeClient) ProjectCalls ¶
func (fake *FakeClient) ProjectCalls(stub func(string) (front50.Response, error))
func (*FakeClient) ProjectReturns ¶
func (fake *FakeClient) ProjectReturns(result1 front50.Response, result2 error)
func (*FakeClient) ProjectReturnsOnCall ¶
func (fake *FakeClient) ProjectReturnsOnCall(i int, result1 front50.Response, result2 error)
Click to show internal directories.
Click to hide internal directories.