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

Method Load

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

Source from the content-addressed store, hash-verified

40}
41
42func (m *modules) Load(key *ari.Key) error {
43 return m.c.commandRequest(&proxy.Request{
44 Kind: "AsteriskModuleLoad",
45 Key: key,
46 })
47}
48
49func (m *modules) Reload(key *ari.Key) error {
50 return m.c.commandRequest(&proxy.Request{

Callers 2

TestModulesLoadFunction · 0.80
asteriskModuleLoadMethod · 0.80

Calls 1

commandRequestMethod · 0.80

Tested by 1

TestModulesLoadFunction · 0.64