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

Method List

client/bridge.go:58–63  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

56}
57
58func (b *bridge) List(filter *ari.Key) ([]*ari.Key, error) {
59 return b.c.listRequest(&proxy.Request{
60 Kind: "BridgeList",
61 Key: filter,
62 })
63}
64
65func (b *bridge) Data(key *ari.Key) (*ari.BridgeData, error) {
66 resp, err := b.c.dataRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected