MCPcopy 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
56func (m *modules) Unload(key *ari.Key) error {
57 return m.c.commandRequest(&proxy.Request{
58 Kind: "AsteriskModuleUnload",
59 Key: key,
60 })
61}

Callers 2

TestModulesUnloadFunction · 0.80
asteriskModuleUnloadMethod · 0.80

Calls 1

commandRequestMethod · 0.80

Tested by 1

TestModulesUnloadFunction · 0.64