pulumi/pkg/codegen/testing/test/testdata/simple-plain-schema-with-ro.../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
..
internal fix importBasePath in tests 2023-06-14 12:59:47 -07:00
codegen-manifest.json Generate new tests 2023-06-14 09:34:49 -07:00
component.go codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00
doc.go codegen/go: Remove superfluous newline in doc.go 2022-11-30 14:17:13 +00:00
init.go fix importBasePath in tests 2023-06-14 12:59:47 -07:00
provider.go codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00
pulumi-plugin.json export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
pulumiTypes.go codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00