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

Method Reload

client/modules.go:49–54  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

47}
48
49func (m *modules) Reload(key *ari.Key) error {
50 return m.c.commandRequest(&proxy.Request{
51 Kind: "AsteriskModuleReload",
52 Key: key,
53 })
54}
55
56func (m *modules) Unload(key *ari.Key) error {
57 return m.c.commandRequest(&proxy.Request{

Callers 2

TestModulesReloadFunction · 0.80
asteriskModuleReloadMethod · 0.80

Calls 1

commandRequestMethod · 0.80

Tested by 1

TestModulesReloadFunction · 0.64