Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeResponseWriter ¶
type FakeResponseWriter struct { Code int // contains filtered or unexported fields }
func NewFakeResponseWriter ¶
func NewFakeResponseWriter(closeNotifier chan bool) *FakeResponseWriter
func (*FakeResponseWriter) CloseNotify ¶
func (rw *FakeResponseWriter) CloseNotify() <-chan bool
func (*FakeResponseWriter) Header ¶
func (rw *FakeResponseWriter) Header() http.Header
func (*FakeResponseWriter) WriteHeader ¶
func (rw *FakeResponseWriter) WriteHeader(code int)
Click to show internal directories.
Click to hide internal directories.