(client grpc.ClientStreamingClient[plugin.Write_Request, plugin.Write_Response])
| 114 | } |
| 115 | |
| 116 | func newSafeWriteClient(client grpc.ClientStreamingClient[plugin.Write_Request, plugin.Write_Response]) safeWriteClient { |
| 117 | return safeWriteClient{client: client, mu: &gosync.Mutex{}} |
| 118 | } |
| 119 | |
| 120 | type shard struct { |
| 121 | num int32 |
no outgoing calls
no test coverage detected