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

Method List

client/endpoint.go:35–40  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

33}
34
35func (e *endpoint) List(filter *ari.Key) ([]*ari.Key, error) {
36 return e.c.listRequest(&proxy.Request{
37 Kind: "EndpointList",
38 Key: filter,
39 })
40}
41
42func (e *endpoint) ListByTech(tech string, filter *ari.Key) ([]*ari.Key, error) {
43 return e.c.listRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected