pulumi/pkg/codegen/go
Justin Van Patten 789e392194
[codegen/go] Emit input type registrations (#7959)
Register an appropriate input type with the runtime for each object
type and composite thereof (e.g. pointer, array, etc.). This does not
cover registrations for enum and resource input types, which will be
added with future changes.

Co-authored-by: Pat Gavlin <pat@pulumi.com>
2021-10-07 15:26:24 -07:00
..
doc.go Support "lifting" single-valued method returns to their return type (#8111) 2021-10-01 11:33:02 -07:00
doc_test.go Validate Name, Version and Enviroment (#7896) 2021-09-17 12:12:22 -07:00
gen.go [codegen/go] Emit input type registrations (#7959) 2021-10-07 15:26:24 -07:00
gen_crd2pulumi.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_expression_test.go iwahbe/7802/compile program generator test output (#8036) 2021-09-29 11:33:57 -07:00
gen_program_expressions.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_json.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
gen_program_optionals.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_read_dir.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_splat.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_ternaries.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_test.go [codegen] Rename the PCL package. (#8103) 2021-09-29 20:11:56 -07:00
gen_program_utils.go Implemented filebase64() support for Code Generator (#7863) 2021-09-10 23:09:28 +01:00
gen_spill.go Reify Input and Optional types in the schema type system. (#7059) 2021-06-24 09:17:55 -07:00
gen_test.go Use importBasePath before name if specified (#8159) 2021-10-07 11:56:44 -07:00
importer.go Support "lifting" single-valued method returns to their return type (#8111) 2021-10-01 11:33:02 -07:00
utilities.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
utilities_test.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00