Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallSleepWorkflow ¶
type CallSleepWorkflow struct {
*xnserrv1.CallSleepWorkflowInput
}
type ClientWorkflows ¶
type ClientWorkflows struct{}
func (*ClientWorkflows) CallSleep ¶
func (w *ClientWorkflows) CallSleep(ctx workflow.Context, input *xnserrv1.CallSleepWorkflowInput) (xnserrv1.CallSleepWorkflow, error)
type ServerWorkflows ¶
type ServerWorkflows struct{}
func (*ServerWorkflows) Sleep ¶
func (w *ServerWorkflows) Sleep(ctx workflow.Context, input *xnserrv1.SleepWorkflowInput) (xnserrv1.SleepWorkflow, error)
type SleepWorkflow ¶
type SleepWorkflow struct {
*xnserrv1.SleepWorkflowInput
}
Click to show internal directories.
Click to hide internal directories.