Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvInstanceName = "EDGEX_INSTANCE_NAME" ConfigStemDevice = "edgex/devices/" APIV2SecretRoute = v2.ApiBase + "/secret" GetCmdMethod = "get" SetCmdMethod = "set" CorrelationHeader = clients.CorrelationHeader URLRawQuery = "urlRawQuery" SDKReservedPrefix = "ds-" )
Variables ¶
View Source
var SDKVersion string = "0.0.0"
SDKVersion indicates the version of the SDK - will be overwritten by build
View Source
var ServiceVersion string = "0.0.0"
ServiceVersion indicates the version of the device service itself, not the SDK - will be overwritten by build
Functions ¶
func UpdateLastConnected ¶
func UpdateLastConnected(name string, lc logger.LoggingClient, dc interfaces.DeviceClient)
func UpdateOperatingState ¶
func UpdateOperatingState(name string, state string, lc logger.LoggingClient, dc interfaces.DeviceClient)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.