pulumi/sdk/go/common/resource/plugin
Pat Gavlin f9eec3300b [providers] Zero-copy []byte for GetSchema.
Instead of converting the `string` returned by gRPC to a `[]byte`
directly, use `unsafe` + `reflect` to avoid the copy. This is safe
because the string is not aliased.
2022-05-26 09:58:58 -07:00
..
analyzer.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
analyzer_plugin.go Improve the missing plugin error to include the full name of the binary (#5208) 2022-03-17 12:22:56 +00:00
check.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
config_source.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
context.go Make virtualenv paths relative to root when main points elsewhere (#6966) 2021-05-14 13:41:55 -04:00
doc.go Provider implementer's guide draft (#6322) 2021-04-13 14:11:02 -07:00
host.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
host_server.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
langruntime.go Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
langruntime_plugin.go Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
plugin.go Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
plugin_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
provider.go Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
provider_plugin.go [providers] Zero-copy []byte for GetSchema. 2022-05-26 09:58:58 -07:00
provider_plugin_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
provider_server.go Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
provider_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
rpc.go [sdk/go] Marshal output values (#7958) 2021-09-27 09:01:40 -07:00
rpc_rapid_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
rpc_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00