pulumi/pkg/codegen/testing/test/testdata/output-funcs/go
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
..
mypkg codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00
codegen-manifest.json Generate new tests 2023-06-14 09:34:49 -07:00