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

Method List

client/channel.go:27–32  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

25}
26
27func (c *channel) List(filter *ari.Key) ([]*ari.Key, error) {
28 return c.c.listRequest(&proxy.Request{
29 Kind: "ChannelList",
30 Key: filter,
31 })
32}
33
34func (c *channel) Originate(referenceKey *ari.Key, o ari.OriginateRequest) (*ari.ChannelHandle, error) {
35 k, err := c.c.createRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected