Parameters
iter.Seq2[K, error]
The sequence to convert.
Returns
A slice ofK or an error if any.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
jobs, err := workflows.Collect(
client.Jobs.Query(ctx, job.WithTemporalExtent(interval)),
)
jobs, err := workflows.Collect(
client.Jobs.Query(ctx, job.WithTemporalExtent(interval)),
)
func Collect[K any](seq iter.Seq2[K, error]) ([]K, error)
K or an error if any.
jobs, err := workflows.Collect(
client.Jobs.Query(ctx, job.WithTemporalExtent(interval)),
)
Was this page helpful?