container

package
v0.0.0-...-68b20d9 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CacheFuncName = di.TypeInstanceToName((*cache.Cache)(nil))

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

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

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

View Source
var LimitMethodConfName = di.TypeInstanceToName((*limit.LimitMethodConf)(nil))

LimitMethodConfName contains the name of the interfaces.LimitMethodConf implementation in the DIC.

View Source
var LoggingClientInterfaceName = di.TypeInstanceToName((*logger.LoggingClient)(nil))

LoggingClientInterfaceName contains the name of the logger.LoggingClient implementation in the DIC.

Functions

func CacheFuncFrom

func CacheFuncFrom(get di.Get) cache.Cache

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) config.Configuration

ConfigurationFrom helper function queries the DIC and returns the interfaces.Configuration implementation.

func LimitMethodConfFrom

func LimitMethodConfFrom(get di.Get) limit.LimitMethodConf

LimitMethodConfFrom helper function queries the DIC and returns the interfaces.LimitMethodConf implementation.

func LoggingClientFrom

func LoggingClientFrom(get di.Get) logger.LoggingClient

LoggingClientFrom helper function queries the DIC and returns the logger.loggingClient implementation.

func StreamClientFrom

func StreamClientFrom(get di.Get) streamclient.StreamClient

Types

This section is empty.

Jump to

Keyboard shortcuts

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