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

Method Decode

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

Decode decodes into v.

(v any)

Source from the content-addressed store, hash-verified

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

Implementers 3

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

Calls

no outgoing calls