Versions in this module Expand all Collapse all v1 v1.0.0 Aug 2, 2016 Changes in this version + func NewDecoder(r io.Reader) goa.Decoder + func NewEncoder(w io.Writer) goa.Encoder + type ProtoDecoder struct + func (dec *ProtoDecoder) Decode(v interface{}) error + func (dec *ProtoDecoder) Reset(r io.Reader) + type ProtoEncoder struct + func (enc *ProtoEncoder) Encode(v interface{}) error + func (enc *ProtoEncoder) Reset(w io.Writer)