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

Method Rotate

client/logging.go:56–61  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

54}
55
56func (l *logging) Rotate(key *ari.Key) error {
57 return l.c.commandRequest(&proxy.Request{
58 Kind: "AsteriskLoggingRotate",
59 Key: key,
60 })
61}
62
63func (l *logging) Delete(key *ari.Key) error {
64 return l.c.commandRequest(&proxy.Request{

Callers 2

TestLoggingRotateFunction · 0.80
asteriskLoggingRotateMethod · 0.80

Calls 1

commandRequestMethod · 0.80

Tested by 1

TestLoggingRotateFunction · 0.64