Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Handler
- func (fake *Handler) Invocations() map[string][][]interface{}
- func (fake *Handler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request)
- func (fake *Handler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request)
- func (fake *Handler) ServeHTTPCallCount() int
- func (fake *Handler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request))
- type RoundTripper
- func (fake *RoundTripper) Invocations() map[string][][]interface{}
- func (fake *RoundTripper) RoundTrip(arg1 *http.Request) (*http.Response, error)
- func (fake *RoundTripper) RoundTripArgsForCall(i int) *http.Request
- func (fake *RoundTripper) RoundTripCallCount() int
- func (fake *RoundTripper) RoundTripCalls(stub func(*http.Request) (*http.Response, error))
- func (fake *RoundTripper) RoundTripReturns(result1 *http.Response, result2 error)
- func (fake *RoundTripper) RoundTripReturnsOnCall(i int, result1 *http.Response, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { ServeHTTPStub func(http.ResponseWriter, *http.Request) // contains filtered or unexported fields }
func (*Handler) Invocations ¶
func (*Handler) ServeHTTP ¶
func (fake *Handler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request)
func (*Handler) ServeHTTPArgsForCall ¶
func (*Handler) ServeHTTPCallCount ¶
func (*Handler) ServeHTTPCalls ¶
func (fake *Handler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request))
type RoundTripper ¶
type RoundTripper struct { RoundTripStub func(*http.Request) (*http.Response, error) // contains filtered or unexported fields }
func (*RoundTripper) Invocations ¶
func (fake *RoundTripper) Invocations() map[string][][]interface{}
func (*RoundTripper) RoundTripArgsForCall ¶
func (fake *RoundTripper) RoundTripArgsForCall(i int) *http.Request
func (*RoundTripper) RoundTripCallCount ¶
func (fake *RoundTripper) RoundTripCallCount() int
func (*RoundTripper) RoundTripCalls ¶
func (*RoundTripper) RoundTripReturns ¶
func (fake *RoundTripper) RoundTripReturns(result1 *http.Response, result2 error)
func (*RoundTripper) RoundTripReturnsOnCall ¶
func (fake *RoundTripper) RoundTripReturnsOnCall(i int, result1 *http.Response, result2 error)
Click to show internal directories.
Click to hide internal directories.