Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
type
application
struct
{
9
c *Client
10
}
11
12
func
(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