Method
asteriskLoggingRotate
(ctx context.Context, reply string, req *proxy.Request)
Source from the content-addressed store, hash-verified
| 57 | } |
| 58 | |
| 59 | func (s *Server) asteriskLoggingRotate(ctx context.Context, reply string, req *proxy.Request) { |
| 60 | s.sendError(reply, s.ari.Asterisk().Logging().Rotate(req.Key)) |
| 61 | } |
| 62 | |
| 63 | func (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
Tested by
no test coverage detected