pulumi/sdk/go/common/util/rpcutil
Thomas Gummerer 52522fb944
refactor InputPropertyErrors to be part of the rpcerror package (#17566)
We already had a package that was appropriate for these errors, and it
makes sense to extend that to also include the InputPropertiesErrors,
instead of having them live somewhere else. This is technically a
breaking change for component provider authors, but
InputPropertiesErrors have only been introduced recently, and have not
been widely advertised, so I think it's preferrable to have this cleanup
now rather than having to live with the two packages that do similar
things forever.
2024-11-06 10:56:10 +00:00
..
rpcerror refactor InputPropertyErrors to be part of the rpcerror package (#17566) 2024-11-06 10:56:10 +00:00
health.go grpc: WithInsecure is deprecated 2023-01-11 12:15:40 -08:00
interceptor.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
pty.go [display] Enable WASM compilation (#16246) 2024-05-24 20:27:56 +00:00
pty_js.go [display] Enable WASM compilation (#16246) 2024-05-24 20:27:56 +00:00
pty_windows.go Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
serve.go Replace pkg/errors.Wrap with fmt.Errorf (#17201) 2024-09-09 11:11:46 +00:00
writer.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
writer_test.go Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00