Requester is the interface objects must support to be marshaled successfully.
| 19 | // Requester is the interface objects must support to be marshaled |
| 20 | // successfully. |
| 21 | type Requester interface { |
| 22 | pb.Message |
| 23 | GetRequest() *proto.Request |
| 24 | } |
| 25 | |
| 26 | // RequestMarshaler marshals Request objects, potentially performing |
| 27 | // gzip compression. |
no outgoing calls
no test coverage detected