Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - func AuthTokenLoaderFrom(get di.Get) authtokenloader.AuthTokenLoader
 - func CancelFuncFrom(get di.Get) context.CancelFunc
 - func ConfigurationFrom(get di.Get) interfaces.Configuration
 - func LoggerFrom(get di.Get) log.Logger
 - func SecretProviderFrom(get di.Get) interfaces.SecretProvider
 - func SecurityProxyAuthClientFrom(get di.Get) interfaces.AuthClient
 
Constants ¶
This section is empty.
Variables ¶
var AuthTokenLoaderInterfaceName = di.TypeInstanceToName((*authtokenloader.AuthTokenLoader)(nil))
    AuthTokenLoaderInterfaceName contains the name of the authtokenloader.AuthTokenLoader implementation in the DIC.
var CancelFuncName = di.TypeInstanceToName((*context.CancelFunc)(nil))
    CancelFuncName contains the name of the context.CancelFunc in the DIC.
var ConfigurationInterfaceName = di.TypeInstanceToName((*interfaces.Configuration)(nil))
    ConfigurationInterfaceName contains the name of the interfaces.Configuration implementation in the DIC.
var LoggerInterfaceName = di.TypeInstanceToName((*log.Logger)(nil))
    LoggerInterfaceName contains the name of the log.Logger implementation in the DIC.
var SecretProviderName = di.TypeInstanceToName((*interfaces.SecretProvider)(nil))
    SecretProviderName contains the name of the interfaces.SecretProvider implementation in the DIC.
var SecurityProxyAuthClientName = di.TypeInstanceToName((*interfaces.AuthClient)(nil))
    SecurityProxyAuthClientName contains the name of the AuthClient's implementation in the DIC.
Functions ¶
func AuthTokenLoaderFrom ¶
func AuthTokenLoaderFrom(get di.Get) authtokenloader.AuthTokenLoader
AuthTokenLoaderFrom helper function queries the DIC and returns the authtokenloader.AuthTokenLoader implementation.
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 ¶
LoggerFrom helper function queries the DIC and returns the log.logger implementation.
func SecretProviderFrom ¶
func SecretProviderFrom(get di.Get) interfaces.SecretProvider
SecretProviderFrom helper function queries the DIC and returns the interfaces.SecretProvider implementation.
func SecurityProxyAuthClientFrom ¶
func SecurityProxyAuthClientFrom(get di.Get) interfaces.AuthClient
SecurityProxyAuthClientFrom helper function queries the DIC and returns the AuthClient's implementation.
Types ¶
This section is empty.