Context returns the underlying context associated with the `OutgoingCarrier“.
()
| 127 | // Context returns the underlying context associated with the |
| 128 | // `OutgoingCarrier“. |
| 129 | func (c *OutgoingCarrier) Context() context.Context { |
| 130 | return c.ctx |
| 131 | } |
no outgoing calls