package
4.0.0+incompatible
Repository: https://github.com/edgexfoundry/edgex-go.git
Documentation: pkg.go.dev

# Functions

ConfigurationFrom helper function queries the DIC and returns command's config.ConfigurationStruct implementation.
CryptoFrom helper function queries the DIC and returns the interfaces.Cryptor implementation.
DBClientFrom helper function queries the DIC and returns the interfaces.DBClient implementation.

# Variables

ConfigurationName contains the name of command's config.ConfigurationStruct implementation in the DIC.
CryptoInterfaceName contains the name of the interfaces.Crypto implementation in the DIC.
DBClientInterfaceName contains the name of the interfaces.DBClient implementation in the DIC.