Documentation
¶
Index ¶
- func Command(handler miruken.Handler, callback any, constraints ...any) (pv *promise.Promise[any], err error)
- func CommandAll(handler miruken.Handler, callback any, constraints ...any) (pv *promise.Promise[any], err error)
- func Request[T any](handler miruken.Handler, callback any, constraints ...any) (t T, tp *promise.Promise[T], err error)
- func RequestAll[T any](handler miruken.Handler, callback any, constraints ...any) (t []T, tp *promise.Promise[[]T], err error)
- type Builder
- type It
- type Strict
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandAll ¶ added in v0.26.0
Types ¶
type Builder ¶
type Builder = miruken.HandlesBuilder
Click to show internal directories.
Click to hide internal directories.