Documentation
¶
Index ¶
- func All[T any](handler miruken.Handler, constraints ...any) (t []T, tp *promise.Promise[[]T], err error)
- func Key[T any](handler miruken.Handler, key any, constraints ...any) (t T, tp *promise.Promise[T], err error)
- func New[T any](handler miruken.Handler, constraints ...any) (T, *promise.Promise[T], error)
- type Builder
- type It
- type Strict
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder = miruken.CreatesBuilder
Click to show internal directories.
Click to hide internal directories.