container

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AutoEventManagerName = di.TypeInstanceToName((*interfaces.AutoEventManager)(nil))

AutoEventManagerName contains the name of autoevent manager implementation in the DIC

View Source
var ConfigurationName = di.TypeInstanceToName(config.ConfigurationStruct{})

ConfigurationName contains the name of device service's ConfigurationStruct implementation in the DIC.

View Source
var DeviceServiceName = di.TypeInstanceToName(models.DeviceService{})

DeviceServiceName contains the name of device service struct in the DIC.

View Source
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 ProtocolDriverFrom

func ProtocolDriverFrom(get di.Get) interfaces.ProtocolDriver

ProtocolDriverFrom helper function queries the DIC and returns protocol driver implementation.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL