Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Service ¶
func Service(logBuf io.Writer, respSetter ResponseSetterFunc) *goa.Service
Service provide a general goa.Service used for testing purposes
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
TInterface is an interface for Go's testing.T and testing.B.
It is an alias of testing.TB.
Click to show internal directories.
Click to hide internal directories.