pulumi/tests/integration/construct_component_failures/go
Thomas Gummerer 8e21b28471
allow better grpc error messages from Go component providers (#17464)
The Go version of providing better error details.

Compared to Python and NodeJS I ended up deciding only to add a single
helper method, since it works out quite nicely in Go with varargs. Could
definitely be convinced to add a `NewInputPropertyError` function
though.
2024-10-10 07:13:31 +00:00
..
Pulumi.yaml allow better grpc error messages from Go component providers (#17464) 2024-10-10 07:13:31 +00:00
component.go allow better grpc error messages from Go component providers (#17464) 2024-10-10 07:13:31 +00:00
go.mod allow better grpc error messages from Go component providers (#17464) 2024-10-10 07:13:31 +00:00
go.sum allow better grpc error messages from Go component providers (#17464) 2024-10-10 07:13:31 +00:00
main.go allow better grpc error messages from Go component providers (#17464) 2024-10-10 07:13:31 +00:00