MCPcopy Index your code
hub / github.com/goadesign/goa / Decoder

Interface Decoder

http/encoding.go:34–37  ·  view source on GitHub ↗

Decoder provides the actual decoding algorithm used to load HTTP request and response bodies.

Source from the content-addressed store, hash-verified

32 // Decoder provides the actual decoding algorithm used to load HTTP
33 // request and response bodies.
34 Decoder interface {
35 // Decode decodes into v.
36 Decode(v any) error
37 }
38
39 // Encoder provides the actual encoding algorithm used to write HTTP
40 // request and response bodies.

Implementers 3

textDecoderhttp/encoding.go
unsupportedDecoderhttp/encoding.go
streamHandlergrpc/handler.go

Calls

no outgoing calls

Tested by

no test coverage detected