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

Method bridgeList

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

Source from the content-addressed store, hash-verified

101}
102
103func (s *Server) bridgeList(ctx context.Context, reply string, req *proxy.Request) {
104 list, err := s.ari.Bridge().List(nil)
105 if err != nil {
106 s.sendError(reply, err)
107 return
108 }
109
110 s.publish(reply, &proxy.Response{
111 Keys: list,
112 })
113}
114
115func (s *Server) bridgeMOH(ctx context.Context, reply string, req *proxy.Request) {
116 // bind dialog

Callers

nothing calls this directly

Calls 4

sendErrorMethod · 0.95
publishMethod · 0.95
BridgeMethod · 0.80
ListMethod · 0.65

Tested by

no test coverage detected