Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc-ecosystem/grpc-gateway
/ Decode
Method
Decode
runtime/marshaler.go:26–26 ·
view source on GitHub ↗
(v interface{})
Source
from the content-addressed store, hash-verified
24
// Decoder decodes a byte sequence
25
type
Decoder
interface
{
26
Decode(v
interface
{}) error
27
}
28
29
// Encoder encodes gRPC payloads / fields into byte sequence.
Callers
15
TestJSONPbDecoder
Function · 0.95
TestJSONPbDecoderFields
Function · 0.95
TestJSONPbDecoderUnknownField
Function · 0.95
TestJSONBuiltinDecoder
Function · 0.95
TestJSONBuiltinDecoderFields
Function · 0.95
TestProtoEncoderDecodert
Function · 0.95
testABEList
Function · 0.95
testABEBulkEcho
Function · 0.95
testABEBulkEchoZeroLength
Function · 0.95
request_StreamService_BulkCreate_0
Function · 0.95
request_StreamService_BulkEcho_0
Function · 0.95
request_StreamService_BulkEchoDuration_0
Function · 0.95
Implementers
2
dummyDecoder
runtime/marshaler_registry_test.go
DecoderWrapper
runtime/marshal_jsonpb.go
Calls
no outgoing calls
Tested by
9
TestJSONPbDecoder
Function · 0.76
TestJSONPbDecoderFields
Function · 0.76
TestJSONPbDecoderUnknownField
Function · 0.76
TestJSONBuiltinDecoder
Function · 0.76
TestJSONBuiltinDecoderFields
Function · 0.76
TestProtoEncoderDecodert
Function · 0.76
testABEList
Function · 0.76
testABEBulkEcho
Function · 0.76
testABEBulkEchoZeroLength
Function · 0.76