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

Method ListByTech

client/endpoint.go:42–50  ·  view source on GitHub ↗
(tech string, filter *ari.Key)

Source from the content-addressed store, hash-verified

40}
41
42func (e *endpoint) ListByTech(tech string, filter *ari.Key) ([]*ari.Key, error) {
43 return e.c.listRequest(&proxy.Request{
44 Kind: "EndpointListByTech",
45 Key: filter,
46 EndpointListByTech: &proxy.EndpointListByTech{
47 Tech: tech,
48 },
49 })
50}

Callers 2

TestEndpointListByTechFunction · 0.80
endpointListByTechMethod · 0.80

Calls 1

listRequestMethod · 0.80

Tested by 1

TestEndpointListByTechFunction · 0.64