
The highest tagged major version is
v3.
package
Version:
v1.2.1
Opens a new window with list of versions in this module.
Published: Aug 24, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Service(logBuf *bytes.Buffer, respSetter ResponseSetterFunc) *goa.Service
Service provide a general goa.Service used for testing purposes
type ResponseSetterFunc func(resp interface{})
ResponseSetterFunc func
func (r ResponseSetterFunc) Encode(v interface{}) error
Encode implements a dummy encoder that returns the value being encoded
type TInterface interface {
Errorf(format string, args ...interface{})
Fatalf(format string, args ...interface{})
}
TInterface is an interface for go's testing.T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.