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