mirror of https://github.com/pulumi/pulumi.git
2e8bbcc9dd
This change primarily does two things: * Adds output marshaling. * Adds tests for roundtripping inputs to outputs. It also * Fixes a bug in the verification of asset archives. * Change input types to simply `interface{}` and `map[string]interface{}`. There is no need for wrapper types. This is more idiomatic. * Reject output properties upon marshaling failure. * Don't support time.Time as a marshaling concept. This was getting too cute. It's not clear what its marshaling format ought to be. |
||
---|---|---|
.. | ||
main.go |