Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEmailsService
- func (fake *FakeEmailsService) Invocations() map[string][][]interface{}
- func (fake *FakeEmailsService) Send(arg1 context.Context, arg2 *emails.SendRequest, arg3 ...client.CallOption) (*emails.SendResponse, error)
- func (fake *FakeEmailsService) SendArgsForCall(i int) (context.Context, *emails.SendRequest, []client.CallOption)
- func (fake *FakeEmailsService) SendCallCount() int
- func (fake *FakeEmailsService) SendCalls(...)
- func (fake *FakeEmailsService) SendReturns(result1 *emails.SendResponse, result2 error)
- func (fake *FakeEmailsService) SendReturnsOnCall(i int, result1 *emails.SendResponse, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEmailsService ¶
type FakeEmailsService struct {
SendStub func(context.Context, *emails.SendRequest, ...client.CallOption) (*emails.SendResponse, error)
// contains filtered or unexported fields
}
func (*FakeEmailsService) Invocations ¶
func (fake *FakeEmailsService) Invocations() map[string][][]interface{}
func (*FakeEmailsService) Send ¶
func (fake *FakeEmailsService) Send(arg1 context.Context, arg2 *emails.SendRequest, arg3 ...client.CallOption) (*emails.SendResponse, error)
func (*FakeEmailsService) SendArgsForCall ¶
func (fake *FakeEmailsService) SendArgsForCall(i int) (context.Context, *emails.SendRequest, []client.CallOption)
func (*FakeEmailsService) SendCallCount ¶
func (fake *FakeEmailsService) SendCallCount() int
func (*FakeEmailsService) SendCalls ¶
func (fake *FakeEmailsService) SendCalls(stub func(context.Context, *emails.SendRequest, ...client.CallOption) (*emails.SendResponse, error))
func (*FakeEmailsService) SendReturns ¶
func (fake *FakeEmailsService) SendReturns(result1 *emails.SendResponse, result2 error)
func (*FakeEmailsService) SendReturnsOnCall ¶
func (fake *FakeEmailsService) SendReturnsOnCall(i int, result1 *emails.SendResponse, result2 error)
Click to show internal directories.
Click to hide internal directories.