Method
asteriskModuleUnload
(ctx context.Context, reply string, req *proxy.Request)
Source from the content-addressed store, hash-verified
| 11 | } |
| 12 | |
| 13 | func (s *Server) asteriskModuleUnload(ctx context.Context, reply string, req *proxy.Request) { |
| 14 | s.sendError(reply, s.ari.Asterisk().Modules().Unload(req.Key)) |
| 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)) |
Callers
nothing calls this directly
Tested by
no test coverage detected