Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) Authorize(arg1 string) (fiat.Response, error)
- func (fake *FakeClient) AuthorizeArgsForCall(i int) string
- func (fake *FakeClient) AuthorizeCallCount() int
- func (fake *FakeClient) AuthorizeCalls(stub func(string) (fiat.Response, error))
- func (fake *FakeClient) AuthorizeReturns(result1 fiat.Response, result2 error)
- func (fake *FakeClient) AuthorizeReturnsOnCall(i int, result1 fiat.Response, 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 { AuthorizeStub func(string) (fiat.Response, error) // contains filtered or unexported fields }
func (*FakeClient) Authorize ¶
func (fake *FakeClient) Authorize(arg1 string) (fiat.Response, error)
func (*FakeClient) AuthorizeArgsForCall ¶
func (fake *FakeClient) AuthorizeArgsForCall(i int) string
func (*FakeClient) AuthorizeCallCount ¶
func (fake *FakeClient) AuthorizeCallCount() int
func (*FakeClient) AuthorizeCalls ¶
func (fake *FakeClient) AuthorizeCalls(stub func(string) (fiat.Response, error))
func (*FakeClient) AuthorizeReturns ¶
func (fake *FakeClient) AuthorizeReturns(result1 fiat.Response, result2 error)
func (*FakeClient) AuthorizeReturnsOnCall ¶
func (fake *FakeClient) AuthorizeReturnsOnCall(i int, result1 fiat.Response, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.