jobs, err := workflows.Collect( client.Jobs.List(ctx, interval), )
func Collect[K any](seq iter.Seq2[K, error]) ([]K, error)
K
Was this page helpful?