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

Struct application

client/application.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type application struct {
9 c *Client
10}
11
12func (a *application) List(filter *ari.Key) ([]*ari.Key, error) {
13 return a.c.listRequest(&proxy.Request{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected