Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DummyResponseWriter ¶
type DummyResponseWriter struct{}
DummyResponseWriter is a dummy http.ResponseWriter implementation.
func (*DummyResponseWriter) Header ¶
func (d *DummyResponseWriter) Header() http.Header
Header makes DummyResponseWriter implement http.ResponseWriter.
func (*DummyResponseWriter) Write ¶
func (d *DummyResponseWriter) Write([]byte) (int, error)
Write makes DummyResponseWriter implement http.ResponseWriter.
func (*DummyResponseWriter) WriteHeader ¶
func (d *DummyResponseWriter) WriteHeader(int)
WriteHeader makes DummyResponseWriter implement http.ResponseWriter.
Click to show internal directories.
Click to hide internal directories.