MCPcopy Create free account
hub / github.com/CyCoreSystems/ari / Modules

Struct Modules

client/native/modules.go:10–12  ·  view source on GitHub ↗

Modules provides the ARI modules accessors for a native client

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected