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

Method List

client/device.go:24–29  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

22}
23
24func (ds *deviceState) List(filter *ari.Key) ([]*ari.Key, error) {
25 return ds.c.listRequest(&proxy.Request{
26 Kind: "DeviceStateList",
27 Key: filter,
28 })
29}
30
31func (ds *deviceState) Data(key *ari.Key) (*ari.DeviceStateData, error) {
32 data, err := ds.c.dataRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected