Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callbacks ¶
type Callbacks struct {
// contains filtered or unexported fields
}
Callbacks is a miruken.SideEffect for cascading callbacks.
func (*Callbacks) Apply ¶
func (c *Callbacks) Apply( self miruken.SideEffect, ctx miruken.HandleContext, ) (promise.Reflect, error)
func (*Callbacks) WithConstraints ¶
type Messages ¶
type Messages struct {
// contains filtered or unexported fields
}
Messages is a miruken.SideEffect for cascading api messages.
func (*Messages) Apply ¶
func (m *Messages) Apply( self miruken.SideEffect, ctx miruken.HandleContext, ) (promise.Reflect, error)
Click to show internal directories.
Click to hide internal directories.