Get gets the BridgeHandle
(key *Key)
| 11 | |
| 12 | // Get gets the BridgeHandle |
| 13 | Get(key *Key) *BridgeHandle |
| 14 | |
| 15 | // Lists returns the lists of bridges in asterisk, optionally using the key for filtering. |
| 16 | List(*Key) ([]*Key, error) |
no outgoing calls
no test coverage detected