Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestResponse ¶
type TestResponse struct { Code int Headers http.Header Body io.Reader BodyString string BodyBytes []byte Response *http.Response }
func NewTestResponse ¶
func NewTestResponse(rec *http.Response) (r *TestResponse)
func (*TestResponse) UnmarshalBody ¶
func (r *TestResponse) UnmarshalBody(v interface{}) error
Click to show internal directories.
Click to hide internal directories.