Versions in this module Expand all Collapse all v1 v1.1.0 Dec 14, 2016 Changes in this version + type TInterface interface + Errorf func(format string, args ...interface{}) + Fatalf func(format string, args ...interface{}) v1.0.0 Aug 2, 2016 Changes in this version + func Service(logBuf *bytes.Buffer, respSetter ResponseSetterFunc) *goa.Service + type ResponseSetterFunc func(resp interface{}) + func (r ResponseSetterFunc) Encode(v interface{}) error