Client API for Transport service
| 28 | // Client API for Transport service |
| 29 | |
| 30 | type TransportService interface { |
| 31 | Stream(ctx context.Context, opts ...client.CallOption) (Transport_StreamService, error) |
| 32 | } |
| 33 | |
| 34 | type transportService struct { |
| 35 | c client.Client |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…