Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type JSONClient
- func (fake *JSONClient) Invocations() map[string][][]interface{}
- func (fake *JSONClient) MakeRequest(arg1 *http.Request, arg2 interface{}) error
- func (fake *JSONClient) MakeRequestArgsForCall(i int) (*http.Request, interface{})
- func (fake *JSONClient) MakeRequestCallCount() int
- func (fake *JSONClient) MakeRequestCalls(stub func(*http.Request, interface{}) error)
- func (fake *JSONClient) MakeRequestReturns(result1 error)
- func (fake *JSONClient) MakeRequestReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONClient ¶
type JSONClient struct { MakeRequestStub func(*http.Request, interface{}) error // contains filtered or unexported fields }
func (*JSONClient) Invocations ¶
func (fake *JSONClient) Invocations() map[string][][]interface{}
func (*JSONClient) MakeRequest ¶
func (fake *JSONClient) MakeRequest(arg1 *http.Request, arg2 interface{}) error
func (*JSONClient) MakeRequestArgsForCall ¶
func (fake *JSONClient) MakeRequestArgsForCall(i int) (*http.Request, interface{})
func (*JSONClient) MakeRequestCallCount ¶
func (fake *JSONClient) MakeRequestCallCount() int
func (*JSONClient) MakeRequestCalls ¶
func (fake *JSONClient) MakeRequestCalls(stub func(*http.Request, interface{}) error)
func (*JSONClient) MakeRequestReturns ¶
func (fake *JSONClient) MakeRequestReturns(result1 error)
func (*JSONClient) MakeRequestReturnsOnCall ¶
func (fake *JSONClient) MakeRequestReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.