# Functions

CancelFuncFrom helper function queries the DIC and returns the context.CancelFunc.
ConfigurationFrom helper function queries the DIC and returns the interfaces.Configuration implementation.
LoggerFrom helper function queries the DIC and returns the log.logger implementation.
SecretProviderExtFrom helper function queries the DIC and returns the interfaces.SecretProviderExt implementation.
SecretProviderFrom helper function queries the DIC and returns the interfaces.SecretProvider implementation.

# Variables

CancelFuncName contains the name of the context.CancelFunc in the DIC.
ConfigurationInterfaceName contains the name of the interfaces.Configuration implementation in the DIC.
LoggerInterfaceName contains the name of the log.Logger implementation in the DIC.
SecretProviderExtName contains the name of the interfaces.SecretProviderExt implementation in the DIC.
SecretProviderName contains the name of the interfaces.SecretProvider implementation in the DIC.