mirror of https://github.com/pulumi/pulumi.git
cfcfad2f3c
* Generate the constructor params for Python along with other languages. * Remove redundant py_function_param nested template. Declare a new type for defining property characteristics rather than using inlining formal params. Generate the Lookup functions for all languages similar to the constructor params with linking enabled. * Fix bug with generating the input arg type name for Functions in Go. * Add prefix for args param of a Go-based Resource Function. * Input args for Go-based Functions use Lookup*Args and not Get*Args. * Turns out that args for Go-based Functions use a different prefix based on whether the function is a package-level or module-level Function. * Update the Python list and dictionary type names for the resource doc generator. * Add a separate function for Python doc helper return a type string representing dictionaries that are simple maps and don't have a known nested element type. |
||
---|---|---|
.. | ||
constructor_args.tmpl | ||
constructor_params.tmpl | ||
function.tmpl | ||
header.tmpl | ||
properties.tmpl | ||
read_inputs.tmpl | ||
resource.tmpl | ||
utils.tmpl |