# Functions

AuthTokenLoaderFrom helper function queries the DIC and returns the authtokenloader.AuthTokenLoader implementation.
CancelFuncFrom helper function queries the DIC and returns the context.CancelFunc.
ConfigurationFrom helper function queries the DIC and returns the interfaces.Configuration implementation.
LoggingClientFrom helper function queries the DIC and returns the logger.loggingClient implementation.
RegistryFrom helper function queries the DIC and returns the registry.Client implementation.
SecretProviderFrom helper function queries the DIC and returns the interfaces.SecretProvider implementation.

# Variables

AuthTokenLoaderInterfaceName contains the name of the authtokenloader.AuthTokenLoader implementation in the DIC.
CancelFuncName contains the name of the context.CancelFunc in the DIC.
ConfigurationInterfaceName contains the name of the interfaces.Configuration implementation in the DIC.
LoggingClientInterfaceName contains the name of the logger.LoggingClient implementation in the DIC.
RegistryClientInterfaceName contains the name of the registry.Client implementation in the DIC.
SecretProviderName contains the name of the interfaces.SecretProvider implementation in the DIC.