Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) Groups(arg1 *http.Client) ([]string, error)
- func (fake *FakeClient) GroupsArgsForCall(i int) *http.Client
- func (fake *FakeClient) GroupsCallCount() int
- func (fake *FakeClient) GroupsReturns(result1 []string, result2 error)
- func (fake *FakeClient) GroupsReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { GroupsStub func(*http.Client) ([]string, error) // contains filtered or unexported fields }
func (*FakeClient) GroupsArgsForCall ¶
func (fake *FakeClient) GroupsArgsForCall(i int) *http.Client
func (*FakeClient) GroupsCallCount ¶
func (fake *FakeClient) GroupsCallCount() int
func (*FakeClient) GroupsReturns ¶
func (fake *FakeClient) GroupsReturns(result1 []string, result2 error)
func (*FakeClient) GroupsReturnsOnCall ¶
func (fake *FakeClient) GroupsReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.