DeviceState provides the ARI DeviceState accessors for the native client
| 8 | |
| 9 | // DeviceState provides the ARI DeviceState accessors for the native client |
| 10 | type DeviceState struct { |
| 11 | client *Client |
| 12 | } |
| 13 | |
| 14 | // Get returns the lazy handle for the given device name |
| 15 | func (ds *DeviceState) Get(key *ari.Key) *ari.DeviceStateHandle { |
nothing calls this directly
no outgoing calls
no test coverage detected