ProtoMarshaller is a Marshaller which marshals/unmarshals into/from serialize proto bytes
| 9 | |
| 10 | // ProtoMarshaller is a Marshaller which marshals/unmarshals into/from serialize proto bytes |
| 11 | type ProtoMarshaller struct{} |
| 12 | |
| 13 | // ContentType always returns "application/octet-stream". |
| 14 | func (*ProtoMarshaller) ContentType(_ interface{}) string { |
nothing calls this directly
no outgoing calls
no test coverage detected