Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorRequireEventID = "missing required event id" ErrorRequireDeviceID = "missing required device id" ErrorRequireUnlockCode = "missing required unlock code" ErrorRepository = "unable to query repository" ErrorEventNotFound = "event not found" ErrorUnlockNotFound = "device / unlock code combination not found" )
Device Service Error descriptions
View Source
const ServiceName = "device"
ServiceName of this service.
Variables ¶
View Source
var ( ErrRequireEventID = errors.New(ErrorRequireEventID) ErrRequireDeviceID = errors.New(ErrorRequireDeviceID) ErrRequireUnlockCode = errors.New(ErrorRequireUnlockCode) ErrRepository = errors.New(ErrorRepository) ErrEventNotFound = errors.New(ErrorEventNotFound) ErrUnlockNotFound = errors.New(ErrorUnlockNotFound) )
Device Service Errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.