Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/goadesign/goa
/ unsupportedDecoder
Struct
unsupportedDecoder
http/encoding.go:360–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
type
unsupportedDecoder
struct
{
361
ct string
362
}
363
364
func
(e *unsupportedDecoder) Decode(_ any) error {
365
return
goa.UnsupportedMediaTypeError(e.ct)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected