Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeErrHandler ¶
type FakeErrHandler struct { ServeHTTPStub func(w http.ResponseWriter, r *http.Request) error // contains filtered or unexported fields }
func (*FakeErrHandler) ServeHTTP ¶
func (fake *FakeErrHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) error
func (*FakeErrHandler) ServeHTTPArgsForCall ¶
func (fake *FakeErrHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request)
func (*FakeErrHandler) ServeHTTPCallCount ¶
func (fake *FakeErrHandler) ServeHTTPCallCount() int
func (*FakeErrHandler) ServeHTTPReturns ¶
func (fake *FakeErrHandler) ServeHTTPReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.