Bus is the bus operation accessor
()
| 422 | |
| 423 | // Bus is the bus operation accessor |
| 424 | func (c *Client) Bus() ari.Bus { |
| 425 | return c.bus |
| 426 | } |
| 427 | |
| 428 | // Channel is the channel operation accessor |
| 429 | func (c *Client) Channel() ari.Channel { |
no outgoing calls
no test coverage detected