Protobuf is an encoding implementation for protobuf
| 30 | |
| 31 | // Protobuf is an encoding implementation for protobuf |
| 32 | type Protobuf struct{} |
| 33 | |
| 34 | // Marshal() converts a message to bytes |
| 35 | func (p *Protobuf) Marshal(message any) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected