Documentation
¶
Index ¶
- Variables
- func All[T any](handler miruken.Handler, constraints ...any) ([]T, *promise.Promise[[]T], error)
- func Key[T any](handler miruken.Handler, key any, constraints ...any) (T, *promise.Promise[T], bool, error)
- func Type[T any](handler miruken.Handler, constraints ...any) (T, *promise.Promise[T], bool, error)
- type Builder
- type For
- type ForGraph
- type Init
- type It
- type Single
- type Strict
Constants ¶
This section is empty.
Variables ¶
View Source
var ( With = miruken.With New = miruken.NewProvider WithLifestyle = miruken.UseLifestyle )
Functions ¶
Types ¶
type Builder ¶
type Builder = miruken.ProvidesBuilder
type For ¶ added in v0.28.0
type For[T any] struct { // contains filtered or unexported fields }
For matches dependencies against a parent receiver.
Click to show internal directories.
Click to hide internal directories.