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

Method RemoveChannel

client/bridge.go:97–105  ·  view source on GitHub ↗
(key *ari.Key, channelID string)

Source from the content-addressed store, hash-verified

95}
96
97func (b *bridge) RemoveChannel(key *ari.Key, channelID string) error {
98 return b.c.commandRequest(&proxy.Request{
99 Kind: "BridgeRemoveChannel",
100 Key: key,
101 BridgeRemoveChannel: &proxy.BridgeRemoveChannel{
102 Channel: channelID,
103 },
104 })
105}
106
107func (b *bridge) Delete(key *ari.Key) error {
108 return b.c.commandRequest(&proxy.Request{

Callers 2

TestBridgeRemoveChannelFunction · 0.80
bridgeRemoveChannelMethod · 0.80

Calls 1

commandRequestMethod · 0.80

Tested by 1

TestBridgeRemoveChannelFunction · 0.64