pulumi/pkg/codegen/internal/test
Justin Van Patten ed9124972c
[codegen/go] Fix emitted type of resources and types (#7158)
In Go, resource types are modeled as pointers, but there were cases where the type was not being emitted as a pointer, leading to panics and marshaling errors in programs. Additionally, array and map values that are external references were being emitted as pointers, but only resources should be pointers (not types), regardless of whether the resource type is external or local.
2021-05-27 16:02:19 -07:00
..
testdata [codegen/go] Fix emitted type of resources and types (#7158) 2021-05-27 16:02:19 -07:00
helpers.go Import subpackages lazily (#6827) 2021-04-29 16:08:22 -04:00
host.go Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
providers.go Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00