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

Method List

client/modules.go:35–40  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

33}
34
35func (m *modules) List(filter *ari.Key) ([]*ari.Key, error) {
36 return m.c.listRequest(&proxy.Request{
37 Kind: "AsteriskModuleList",
38 Key: filter,
39 })
40}
41
42func (m *modules) Load(key *ari.Key) error {
43 return m.c.commandRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected