container

package
v1.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

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

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

View Source
var LoggerInterfaceName = di.TypeInstanceToName((*log.Logger)(nil))

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.

Functions

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 LoggerFrom

func LoggerFrom(get di.Get) log.Logger

LoggerFrom helper function queries the DIC and returns the log.logger implementation.

func SecretProviderExtFrom

func SecretProviderExtFrom(get di.Get) interfaces.SecretProviderExt

SecretProviderExtFrom helper function queries the DIC and returns the interfaces.SecretProviderExt implementation.

func SecretProviderFrom

func SecretProviderFrom(get di.Get) interfaces.SecretProvider

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

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL