Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ Encode
Method
Encode
http/encoding.go:43–43 ·
view source on GitHub ↗
Encode encodes v.
(v any)
Source
from the content-addressed store, hash-verified
41
Encoder
interface
{
42
// Encode encodes v.
43
Encode(v any) error
44
}
45
46
// EncodingFunc allows a function with appropriate signature to act as a
Callers
6
ErrorEncoder
Function · 0.65
Handle
Method · 0.65
MarshalXML
Method · 0.65
TestRequestEncoderGetBody
Function · 0.65
TestResponseEncoder_Encode_ErrorResponse
Function · 0.65
TestTextEncoder_Encode
Function · 0.65
Implementers
2
jsonEncoder
http/encoding.go
textEncoder
http/encoding.go
Calls
no outgoing calls
Tested by
3
TestRequestEncoderGetBody
Function · 0.52
TestResponseEncoder_Encode_ErrorResponse
Function · 0.52
TestTextEncoder_Encode
Function · 0.52