pulumi/pkg/secrets/service
Robbie McKinstry 40a7961c17
Preallocate slices of known size.
Enable the "prealloc" lint, which identifies locations
where slices have a known size, and be can preallocated,
instead of allocated and realloced when length exceeds capacity.
2023-01-11 09:01:00 -08:00
..
manager.go Preallocate slices of known size. 2023-01-11 09:01:00 -08:00
manager_test.go Pull NewServiceSecretsManager out of httpstate 2023-01-04 23:04:30 +00:00