Documentation ¶
Index ¶
Constants ¶
View Source
const ( DSInitializeError = "Device service intialize started" DSReadNotSupported = "StorageDriver.HandleReadCommands; read commands not supported" DSWriteNotSupported = "StorageDriver.HandleWriteCommands; write commands not supported" DSForceStop = "StorageDriver.Stop called: force=%v" DSSuccess = "Device has been successfully added!!!!!!" DSRouteAddError = "unable to add required route:" DSRouteSuccess = "Route %s added." DSResourceError = "Incoming reading ignored. Resource '%s' not found" DSNoContentType = "No Content-Type" DSContentTypeError = "Wrong Content-Type" DSReadError = "Incoming reading ignored. Unable to read request body: %s" DSCommandValueError = "Incoming reading ignored. Unable to create Command Value for Device=%s Command=%s: %s" DSNoRequestBody = "no request body provided" DSParserError = "parse reading fail. Reading %v is out of the value type(%v)'s range" DSResultFailure = "return result fail, none supported value type: %v" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.