Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyCoreSystems/ari-proxy
/ Unload
Method
Unload
client/modules.go:56–61 ·
view source on GitHub ↗
(key *ari.Key)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(m *modules) Unload(key *ari.Key) error {
57
return
m.c.commandRequest(&proxy.Request{
58
Kind:
"AsteriskModuleUnload"
,
59
Key: key,
60
})
61
}
Callers
2
TestModulesUnload
Function · 0.80
asteriskModuleUnload
Method · 0.80
Calls
1
commandRequest
Method · 0.80
Tested by
1
TestModulesUnload
Function · 0.64