Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ConfigurationInterfaceName = di.TypeInstanceToName((*interfaces.Configuration)(nil))
ConfigurationInterfaceName contains the name of the interfaces.Configuration implementation in the DIC.
var CredentialsProviderName = di.TypeInstanceToName((*interfaces.CredentialsProvider)(nil))
CredentialsProviderName contains the name of the interfaces.CredentialsProvider 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 SecretClientName = di.TypeInstanceToName((*pkg.SecretClient)(nil))
SecretClientName contains the name of the registry.Client implementation in the DIC.
Functions ¶
func ConfigurationFrom ¶
func ConfigurationFrom(get di.Get) interfaces.Configuration
ConfigurationFrom helper function queries the DIC and returns the interfaces.Configuration implementation.
func CredentialsProviderFrom ¶
func CredentialsProviderFrom(get di.Get) interfaces.CredentialsProvider
CredentialsProviderFrom helper function queries the DIC and returns the interfaces.CredentialsProviderName implementation.
func LoggingClientFrom ¶
func LoggingClientFrom(get di.Get) logger.LoggingClient
LoggingClientFrom helper function queries the DIC and returns the logger.loggingClient implementation.
func RegistryFrom ¶
RegistryFrom helper function queries the DIC and returns the registry.Client implementation.
func SecretClientFrom ¶
func SecretClientFrom(get di.Get) pkg.SecretClient
SecretClientFrom helper function queries the DIC and returns the pkg.SecretClient implementation.
Types ¶
This section is empty.