Documentation ¶
Index ¶
- Variables
- func AutoEventManagerFrom(get di.Get) interfaces.AutoEventManager
- func ConfigurationFrom(get di.Get) *config.ConfigurationStruct
- func DeviceServiceFrom(get di.Get) *models.DeviceService
- func DeviceValidatorFrom(get di.Get) interfaces.DeviceValidator
- func ProtocolDiscoveryFrom(get di.Get) interfaces.ProtocolDiscovery
- func ProtocolDriverFrom(get di.Get) interfaces.ProtocolDriver
Constants ¶
This section is empty.
Variables ¶
var AutoEventManagerName = di.TypeInstanceToName((*interfaces.AutoEventManager)(nil))
AutoEventManagerName contains the name of autoevent manager implementation in the DIC
var ConfigurationName = di.TypeInstanceToName(config.ConfigurationStruct{})
ConfigurationName contains the name of device service's ConfigurationStruct implementation in the DIC.
var DeviceServiceName = di.TypeInstanceToName(models.DeviceService{})
DeviceServiceName contains the name of device service struct in the DIC.
var DeviceValidatorName = di.TypeInstanceToName((*interfaces.DeviceValidator)(nil))
DeviceValidatorName contains the name of device validator implementation in the DIC.
var ProtocolDiscoveryName = di.TypeInstanceToName((*interfaces.ProtocolDiscovery)(nil))
ProtocolDiscoveryName contains the name of protocol discovery implementation in the DIC.
var ProtocolDriverName = di.TypeInstanceToName((*interfaces.ProtocolDriver)(nil))
ProtocolDriverName contains the name of protocol driver implementation in the DIC.
Functions ¶
func AutoEventManagerFrom ¶
func AutoEventManagerFrom(get di.Get) interfaces.AutoEventManager
AutoEventManagerFrom helper function queries the DIC and returns autoevent manager implementation
func ConfigurationFrom ¶
func ConfigurationFrom(get di.Get) *config.ConfigurationStruct
ConfigurationFrom helper function queries the DIC and returns device service's ConfigurationStruct implementation.
func DeviceServiceFrom ¶
func DeviceServiceFrom(get di.Get) *models.DeviceService
DeviceServiceFrom helper function queries the DIC and returns device service struct.
func DeviceValidatorFrom ¶
func DeviceValidatorFrom(get di.Get) interfaces.DeviceValidator
DeviceValidatorFrom helper function queries the DIC and returns device validator implementation.
func ProtocolDiscoveryFrom ¶
func ProtocolDiscoveryFrom(get di.Get) interfaces.ProtocolDiscovery
ProtocolDiscoveryFrom helper function queries the DIC and returns protocol discovery implementation.
func ProtocolDriverFrom ¶
func ProtocolDriverFrom(get di.Get) interfaces.ProtocolDriver
ProtocolDriverFrom helper function queries the DIC and returns protocol driver implementation.
Types ¶
This section is empty.