package container

import "github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container"

Index

Variables

var AuthTokenLoaderInterfaceName = di.TypeInstanceToName((*authtokenloader.AuthTokenLoader)(nil))

AuthTokenLoaderInterfaceName contains the name of the authtokenloader.AuthTokenLoader implementation in the DIC.

var CancelFuncName = di.TypeInstanceToName((*context.CancelFunc)(nil))

CancelFuncName contains the name of the context.CancelFunc in the DIC.

var ConfigurationInterfaceName = di.TypeInstanceToName((*interfaces.Configuration)(nil))

ConfigurationInterfaceName contains the name of the interfaces.Configuration implementation in the DIC.

var LoggingClientInterfaceName = di.TypeInstanceToName((*logger.LoggingClient)(nil))

LoggingClientInterfaceName contains the name of the logger.LoggingClient implementation in the DIC.

var RegistryClientInterfaceName = di.TypeInstanceToName((*registry.Client)(nil))

RegistryClientInterfaceName contains the name of the registry.Client implementation in the DIC.

var SecretProviderName = di.TypeInstanceToName((*interfaces.SecretProvider)(nil))

SecretProviderName contains the name of the interfaces.SecretProvider implementation in the DIC.

Functions

func AuthTokenLoaderFrom

func AuthTokenLoaderFrom(get di.Get) authtokenloader.AuthTokenLoader

AuthTokenLoaderFrom helper function queries the DIC and returns the authtokenloader.AuthTokenLoader implementation.

func CancelFuncFrom

func CancelFuncFrom(get di.Get) context.CancelFunc

CancelFuncFrom helper function queries the DIC and returns the context.CancelFunc.

func ConfigurationFrom

func ConfigurationFrom(get di.Get) interfaces.Configuration

ConfigurationFrom helper function queries the DIC and returns the interfaces.Configuration implementation.

func LoggingClientFrom

func LoggingClientFrom(get di.Get) logger.LoggingClient

LoggingClientFrom helper function queries the DIC and returns the logger.loggingClient implementation.

func RegistryFrom

func RegistryFrom(get di.Get) registry.Client

RegistryFrom helper function queries the DIC and returns the registry.Client implementation.

func SecretProviderFrom

func SecretProviderFrom(get di.Get) interfaces.SecretProvider

SecretProviderFrom helper function queries the DIC and returns the interfaces.SecretProvider implementation.

Source Files

cancel.go configuration.go logging.go registry.go secret.go token.go

Version
v0.0.72 (latest)
Published
Jan 19, 2021
Platform
linux/amd64
Imports
6 packages
Last checked
5 days ago

Tools for package owners.