pulumi/sdk/go/common/resource/config
Levi Blackstone 05e382fdee
[sdk/go] Add config.SyncMap to support config concurrency
Add a new config.SyncMap type that wraps the Map
type, which is used for Pulumi config values. SyncMap
overloads all Map methods but adds locking around the
method calls. This is not quite as performant as modifying
the Map type, but avoids the need for a breaking change.
2021-03-22 09:51:52 -06:00
..
crypt.go Add the ability to copy configs between stacks (#4971) 2020-07-17 11:14:10 +01:00
key.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
key_test.go move pkg/resource/config -> sdk/go/common/resource/config 2020-03-18 15:03:37 -07:00
map.go [sdk/go] Add config.SyncMap to support config concurrency 2021-03-22 09:51:52 -06:00
map_test.go [sdk/go] Add config.SyncMap to support config concurrency 2021-03-22 09:51:52 -06:00
value.go Add the ability to copy configs between stacks (#4971) 2020-07-17 11:14:10 +01:00
value_test.go Add the ability to copy configs between stacks (#4971) 2020-07-17 11:14:10 +01:00