Method
asteriskModuleReload
(ctx context.Context, reply string, req *proxy.Request)
Source from the content-addressed store, hash-verified
| 15 | } |
| 16 | |
| 17 | func (s *Server) asteriskModuleReload(ctx context.Context, reply string, req *proxy.Request) { |
| 18 | s.sendError(reply, s.ari.Asterisk().Modules().Reload(req.Key)) |
| 19 | } |
| 20 | |
| 21 | func (s *Server) asteriskModuleData(ctx context.Context, reply string, req *proxy.Request) { |
| 22 | data, err := s.ari.Asterisk().Modules().Data(req.Key) |
Callers
nothing calls this directly
Tested by
no test coverage detected