Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoOpHandler ¶
Types ¶
type MockHTTPHandler ¶
func (*MockHTTPHandler) ServeHTTP ¶
func (m *MockHTTPHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ReaderFailureMock ¶
type ReaderFailureMock struct{}
type ReaderMock ¶
type ResponseWriterMock ¶
func (*ResponseWriterMock) Flush ¶
func (w *ResponseWriterMock) Flush()
func (*ResponseWriterMock) Header ¶
func (w *ResponseWriterMock) Header() http.Header
func (*ResponseWriterMock) WriteHeader ¶
func (w *ResponseWriterMock) WriteHeader(int)
type WriterFailureMock ¶
type WriterFailureMock struct{}
Click to show internal directories.
Click to hide internal directories.