Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { QueryForecast(ctx workflow.Context, input *forecastqueryservice.QueryForecastInput) (*forecastqueryservice.QueryForecastOutput, error) QueryForecastAsync(ctx workflow.Context, input *forecastqueryservice.QueryForecastInput) *QueryForecastFuture }
type QueryForecastFuture ¶
func (*QueryForecastFuture) Get ¶
func (r *QueryForecastFuture) Get(ctx workflow.Context) (*forecastqueryservice.QueryForecastOutput, error)
Click to show internal directories.
Click to hide internal directories.