package
1.0.150
Repository: https://github.com/ibm/fp-go.git
Documentation: pkg.go.dev

# Functions

MakeInjector creates an [InjectableFactory] based on a set of [Provider]s The resulting [InjectableFactory] can then be used to retrieve service instances given their [Dependency].
No description provided by the author
MakeProviderFactory constructs a [ProviderFactory] based on a set of [Dependency]s and a function that accepts the resolved dependencies to return a result.

# Constants

No description provided by the author
required dependency.
lazy and required.
lazy and optional.
item of a multi token.
array of implementations.
optional dependency.
No description provided by the author

# Variables

Empty is the empty array of providers.

# Interfaces

Dependency describes the relationship to a service.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author