Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGraphQLClient
- func (fake *FakeGraphQLClient) Invocations() map[string][][]interface{}
- func (fake *FakeGraphQLClient) Run(arg1 context.Context, arg2 *graphqla.Request, arg3 interface{}) error
- func (fake *FakeGraphQLClient) RunArgsForCall(i int) (context.Context, *graphqla.Request, interface{})
- func (fake *FakeGraphQLClient) RunCallCount() int
- func (fake *FakeGraphQLClient) RunCalls(stub func(context.Context, *graphqla.Request, interface{}) error)
- func (fake *FakeGraphQLClient) RunReturns(result1 error)
- func (fake *FakeGraphQLClient) RunReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGraphQLClient ¶
type FakeGraphQLClient struct { RunStub func(context.Context, *graphqla.Request, interface{}) error // contains filtered or unexported fields }
func (*FakeGraphQLClient) Invocations ¶
func (fake *FakeGraphQLClient) Invocations() map[string][][]interface{}
func (*FakeGraphQLClient) RunArgsForCall ¶
func (*FakeGraphQLClient) RunCallCount ¶
func (fake *FakeGraphQLClient) RunCallCount() int
func (*FakeGraphQLClient) RunReturns ¶
func (fake *FakeGraphQLClient) RunReturns(result1 error)
func (*FakeGraphQLClient) RunReturnsOnCall ¶
func (fake *FakeGraphQLClient) RunReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.