Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetScreenData(ctx workflow.Context, input *honeycode.GetScreenDataInput) (*honeycode.GetScreenDataOutput, error)
GetScreenDataAsync(ctx workflow.Context, input *honeycode.GetScreenDataInput) *GetScreenDataFuture
InvokeScreenAutomation(ctx workflow.Context, input *honeycode.InvokeScreenAutomationInput) (*honeycode.InvokeScreenAutomationOutput, error)
InvokeScreenAutomationAsync(ctx workflow.Context, input *honeycode.InvokeScreenAutomationInput) *InvokeScreenAutomationFuture
}
type GetScreenDataFuture ¶
func (*GetScreenDataFuture) Get ¶
func (r *GetScreenDataFuture) Get(ctx workflow.Context) (*honeycode.GetScreenDataOutput, error)
type InvokeScreenAutomationFuture ¶
type InvokeScreenAutomationFuture struct {
// public to support Selector.addFuture
Future workflow.Future
}
func (*InvokeScreenAutomationFuture) Get ¶
func (r *InvokeScreenAutomationFuture) Get(ctx workflow.Context) (*honeycode.InvokeScreenAutomationOutput, error)
Click to show internal directories.
Click to hide internal directories.