MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / ProtoMarshaller

Struct ProtoMarshaller

runtime/marshal_proto.go:11–11  ·  view source on GitHub ↗

ProtoMarshaller is a Marshaller which marshals/unmarshals into/from serialize proto bytes

Source from the content-addressed store, hash-verified

9
10// ProtoMarshaller is a Marshaller which marshals/unmarshals into/from serialize proto bytes
11type ProtoMarshaller struct{}
12
13// ContentType always returns "application/octet-stream".
14func (*ProtoMarshaller) ContentType(_ interface{}) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected