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

Method commandRequest

client/client.go:473–479  ·  view source on GitHub ↗
(req *proxy.Request)

Source from the content-addressed store, hash-verified

471}
472
473func (c *Client) commandRequest(req *proxy.Request) error {
474 resp, err := c.makeRequest("command", req)
475 if err != nil {
476 return err
477 }
478 return resp.Err()
479}
480
481func (c *Client) createRequest(req *proxy.Request) (*ari.Key, error) {
482 resp, err := c.makeRequest("create", req)

Callers 15

AddChannelWithOptionsMethod · 0.80
RemoveChannelMethod · 0.80
DeleteMethod · 0.80
MOHMethod · 0.80
StopMOHMethod · 0.80
SubscribeMethod · 0.80
VideoSourceMethod · 0.80
VideoSourceDeleteMethod · 0.80
LoadMethod · 0.80
ReloadMethod · 0.80
UnloadMethod · 0.80
RotateMethod · 0.80

Calls 2

makeRequestMethod · 0.95
ErrMethod · 0.80

Tested by

no test coverage detected