Modules provides the ARI modules accessors for a native client
| 8 | |
| 9 | // Modules provides the ARI modules accessors for a native client |
| 10 | type Modules struct { |
| 11 | client *Client |
| 12 | } |
| 13 | |
| 14 | // Get obtains a lazy handle to an asterisk module |
| 15 | func (m *Modules) Get(key *ari.Key) *ari.ModuleHandle { |
nothing calls this directly
no outgoing calls
no test coverage detected