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

Method asteriskLoggingRotate

server/logging.go:59–61  ·  view source on GitHub ↗
(ctx context.Context, reply string, req *proxy.Request)

Source from the content-addressed store, hash-verified

57}
58
59func (s *Server) asteriskLoggingRotate(ctx context.Context, reply string, req *proxy.Request) {
60 s.sendError(reply, s.ari.Asterisk().Logging().Rotate(req.Key))
61}
62
63func (s *Server) asteriskLoggingDelete(ctx context.Context, reply string, req *proxy.Request) {
64 s.sendError(reply, s.ari.Asterisk().Logging().Delete(req.Key))

Callers

nothing calls this directly

Calls 4

sendErrorMethod · 0.95
RotateMethod · 0.80
LoggingMethod · 0.80
AsteriskMethod · 0.80

Tested by

no test coverage detected