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

Method Modules

client/asterisk.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (a *asterisk) Modules() ari.Modules {
25 return &modules{a.c}
26}
27
28func (a *asterisk) Info(key *ari.Key) (*ari.AsteriskInfo, error) {
29 resp, err := a.c.dataRequest(&proxy.Request{

Callers 11

TestModulesLoadFunction · 0.80
TestModulesUnloadFunction · 0.80
TestModulesReloadFunction · 0.80
TestModulesDataFunction · 0.80
TestModulesListFunction · 0.80
asteriskModuleLoadMethod · 0.80
asteriskModuleUnloadMethod · 0.80
asteriskModuleReloadMethod · 0.80
asteriskModuleDataMethod · 0.80
asteriskModuleGetMethod · 0.80
asteriskModuleListMethod · 0.80

Calls

no outgoing calls

Tested by 5

TestModulesLoadFunction · 0.64
TestModulesUnloadFunction · 0.64
TestModulesReloadFunction · 0.64
TestModulesDataFunction · 0.64
TestModulesListFunction · 0.64