Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHandler ¶
type FakeHandler struct { ServeHTTPStub func(http.ResponseWriter, *http.Request) // contains filtered or unexported fields }
func (*FakeHandler) Invocations ¶
func (fake *FakeHandler) Invocations() map[string][][]interface{}
func (*FakeHandler) ServeHTTP ¶
func (fake *FakeHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request)
func (*FakeHandler) ServeHTTPArgsForCall ¶
func (fake *FakeHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request)
func (*FakeHandler) ServeHTTPCallCount ¶
func (fake *FakeHandler) ServeHTTPCallCount() int
Click to show internal directories.
Click to hide internal directories.