| 32 | ) |
| 33 | |
| 34 | type remoteWriter struct { |
| 35 | ref string |
| 36 | client contentapi.TTRPCContent_WriteClient |
| 37 | offset int64 |
| 38 | digest digest.Digest |
| 39 | } |
| 40 | |
| 41 | // send performs a synchronous req-resp cycle on the client. |
| 42 | func (rw *remoteWriter) send(req *contentapi.WriteContentRequest) (*contentapi.WriteContentResponse, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected