Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResponseSetterFunc ¶
type ResponseSetterFunc func(resp interface{})
ResponseSetterFunc func
func (ResponseSetterFunc) Encode ¶
func (r ResponseSetterFunc) Encode(v interface{}) error
Encode implements a dummy encoder that returns the value being encoded
type TInterface ¶ added in v1.1.0
type TInterface interface { Errorf(format string, args ...interface{}) Fatalf(format string, args ...interface{}) }
TInterface is an interface for go's testing.T
Click to show internal directories.
Click to hide internal directories.