Quantcast
Channel: goa - Design First.
Viewing all articles
Browse latest Browse all 200

Article 50

$
0
0
msgpack import "github.com/goadesign/goa/encoding/msgpack" Overview Index Overview Index Variables func NewDecoder(r io.Reader) goa.Decoder func NewEncoder(w io.Writer) goa.Encoder Package files encoding.go Variables var ( Handle codec.MsgpackHandle ) Enforce that codec.Decoder satisfies goa.ResettableDecoder at compile time func NewDecoder func NewDecoder(r io.Reader) goa.Decoder NewDecoder returns a msgpack decoder. func NewEncoder func NewEncoder(w io.Writer) goa.Encoder NewEncoder returns a msgpack encoder. Generated by godoc2md

Viewing all articles
Browse latest Browse all 200