Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDRegistry ¶
IDRegistry used to gain access to child workflow ids after they become available via callback result.
func (*IDRegistry) Listen ¶
func (c *IDRegistry) Listen(id uint64, cl Listener)
func (*IDRegistry) Push ¶
func (c *IDRegistry) Push(id uint64, w bindings.WorkflowExecution, err error)
type Listener ¶
type Listener func(w bindings.WorkflowExecution, err error)
Click to show internal directories.
Click to hide internal directories.