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

Method Logging

client/asterisk.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (a *asterisk) Logging() ari.Logging {
21 return &logging{a.c}
22}
23
24func (a *asterisk) Modules() ari.Modules {
25 return &modules{a.c}

Callers 10

TestLoggingListFunction · 0.80
TestLoggingCreateFunction · 0.80
TestLoggingDeleteFunction · 0.80
TestLoggingRotateFunction · 0.80
asteriskLoggingListMethod · 0.80
asteriskLoggingGetMethod · 0.80
asteriskLoggingCreateMethod · 0.80
asteriskLoggingDataMethod · 0.80
asteriskLoggingRotateMethod · 0.80
asteriskLoggingDeleteMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestLoggingListFunction · 0.64
TestLoggingCreateFunction · 0.64
TestLoggingDeleteFunction · 0.64
TestLoggingRotateFunction · 0.64