(ctx context.Context, reply string, req *proxy.Request)
| 85 | } |
| 86 | |
| 87 | func (s *Server) applicationUnsubscribe(ctx context.Context, reply string, req *proxy.Request) { |
| 88 | s.sendError(reply, s.ari.Application().Unsubscribe(req.Key, req.ApplicationSubscribe.EventSource)) |
| 89 | } |
nothing calls this directly
no test coverage detected