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

Struct textDecoder

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

Source from the content-addressed store, hash-verified

331}
332
333type textDecoder struct {
334 r io.Reader
335 ct string
336}
337
338func (e *textDecoder) Decode(v any) error {
339 b, err := io.ReadAll(e.r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected