Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAPIClient
- func (fake *FakeAPIClient) API(arg1 rest.Request) (*rest.Response, error)
- func (fake *FakeAPIClient) APIArgsForCall(i int) rest.Request
- func (fake *FakeAPIClient) APICallCount() int
- func (fake *FakeAPIClient) APICalls(stub func(rest.Request) (*rest.Response, error))
- func (fake *FakeAPIClient) APIReturns(result1 *rest.Response, result2 error)
- func (fake *FakeAPIClient) APIReturnsOnCall(i int, result1 *rest.Response, result2 error)
- func (fake *FakeAPIClient) Invocations() map[string][][]interface{}
- type FakeSendClient
- func (fake *FakeSendClient) Invocations() map[string][][]interface{}
- func (fake *FakeSendClient) Send(arg1 *maila.SGMailV3) (*rest.Response, error)
- func (fake *FakeSendClient) SendArgsForCall(i int) *maila.SGMailV3
- func (fake *FakeSendClient) SendCallCount() int
- func (fake *FakeSendClient) SendCalls(stub func(*maila.SGMailV3) (*rest.Response, error))
- func (fake *FakeSendClient) SendReturns(result1 *rest.Response, result2 error)
- func (fake *FakeSendClient) SendReturnsOnCall(i int, result1 *rest.Response, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAPIClient ¶
type FakeAPIClient struct { APIStub func(rest.Request) (*rest.Response, error) // contains filtered or unexported fields }
func (*FakeAPIClient) APIArgsForCall ¶
func (fake *FakeAPIClient) APIArgsForCall(i int) rest.Request
func (*FakeAPIClient) APICallCount ¶
func (fake *FakeAPIClient) APICallCount() int
func (*FakeAPIClient) APIReturns ¶
func (fake *FakeAPIClient) APIReturns(result1 *rest.Response, result2 error)
func (*FakeAPIClient) APIReturnsOnCall ¶
func (fake *FakeAPIClient) APIReturnsOnCall(i int, result1 *rest.Response, result2 error)
func (*FakeAPIClient) Invocations ¶
func (fake *FakeAPIClient) Invocations() map[string][][]interface{}
type FakeSendClient ¶
type FakeSendClient struct { SendStub func(*maila.SGMailV3) (*rest.Response, error) // contains filtered or unexported fields }
func (*FakeSendClient) Invocations ¶
func (fake *FakeSendClient) Invocations() map[string][][]interface{}
func (*FakeSendClient) SendArgsForCall ¶
func (fake *FakeSendClient) SendArgsForCall(i int) *maila.SGMailV3
func (*FakeSendClient) SendCallCount ¶
func (fake *FakeSendClient) SendCallCount() int
func (*FakeSendClient) SendReturns ¶
func (fake *FakeSendClient) SendReturns(result1 *rest.Response, result2 error)
func (*FakeSendClient) SendReturnsOnCall ¶
func (fake *FakeSendClient) SendReturnsOnCall(i int, result1 *rest.Response, result2 error)
Click to show internal directories.
Click to hide internal directories.