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

Method List

client/application.go:12–17  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

10}
11
12func (a *application) List(filter *ari.Key) ([]*ari.Key, error) {
13 return a.c.listRequest(&proxy.Request{
14 Kind: "ApplicationList",
15 Key: filter,
16 })
17}
18
19func (a *application) Data(key *ari.Key) (*ari.ApplicationData, error) {
20 ret, err := a.c.dataRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected