MCPcopy Create free account
hub / github.com/CyCoreSystems/ari / DeviceState

Struct DeviceState

client/native/device.go:10–12  ·  view source on GitHub ↗

DeviceState provides the ARI DeviceState accessors for the native client

Source from the content-addressed store, hash-verified

8
9// DeviceState provides the ARI DeviceState accessors for the native client
10type DeviceState struct {
11 client *Client
12}
13
14// Get returns the lazy handle for the given device name
15func (ds *DeviceState) Get(key *ari.Key) *ari.DeviceStateHandle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected