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

Method List

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

Source from the content-addressed store, hash-verified

47}
48
49func (l *logging) List(filter *ari.Key) ([]*ari.Key, error) {
50 return l.c.listRequest(&proxy.Request{
51 Kind: "AsteriskLoggingList",
52 Key: filter,
53 })
54}
55
56func (l *logging) Rotate(key *ari.Key) error {
57 return l.c.commandRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected