pulumi/pkg/codegen/testing/test/testdata/regress-go-12971
Abhinav Gupta 025add9c3e
codegen/go: Implement pux.Input[T] for generated types (#13510)
For generated types that impleemnt `pulumi.Output`,
or those that implement `pulumi.Input` with a means of converting
themselves to a `pulumi.Output`,
also generate `ToOutput(context.Context) pux.Output[..]`
to satisfy the `pux.Input[T]` interface.

This allows all these generated types to be used with `pux.Apply`
and other type-safe generic APIs per #13057.

Resolves #13587
2023-08-28 16:42:37 +00:00
..
go codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00
go-extras/tests fix(sdkgen/go): Handle env unset versus empty 2023-05-19 11:53:55 -07:00
schema.json test(sdkgen/go): Regression test for #12971 2023-05-19 11:53:55 -07:00