pulumi/sdk/go/pulumi
Luke Hoban aa6fcf9601
Reduce the number of methods on output (#6593)
These methods were getting promoted onto every struct that implemented
the Output interface, and are not necessary.

On a real world program, this saves 4% in binary size overall, and
15% of remaining binary size if `Apply<TypeName>` functions are
removed (https://github.com/pulumi/pulumi/issues/6592).
2021-03-23 14:05:42 +11:00
..
config [BREAKING] Remove unidiomatic numerical types from Go SDK (#6143) 2021-01-26 10:58:21 -08:00
templates [sdk/go] Add To methods to convert array and map values to Inputs (#6337) 2021-03-05 19:43:33 +11:00
alias.go
asset.go
context.go Reduce the number of methods on output (#6593) 2021-03-23 14:05:42 +11:00
generate.go [sdk/go] Add To methods to convert array and map values to Inputs (#6337) 2021-03-05 19:43:33 +11:00
log.go Fix docstring on node log.error and other SDK equivalents (#6573) 2021-03-18 13:57:10 -04:00
mocks.go [sdk/go] Implement getResource in the mock monitor (#5923) 2021-03-16 16:59:02 -07:00
printf.go
printf_test.go Support remote components in Go (#5558) 2020-10-29 15:13:17 -07:00
resource.go Fix malformed resource value bug (#6164) 2021-01-21 16:40:27 -07:00
resource_test.go Fix malformed resource value bug (#6164) 2021-01-21 16:40:27 -07:00
rpc.go Reduce the number of methods on output (#6593) 2021-03-23 14:05:42 +11:00
rpc_test.go Reduce the number of methods on output (#6593) 2021-03-23 14:05:42 +11:00
run.go
run_test.go [sdk/go] Implement getResource in the mock monitor (#5923) 2021-03-16 16:59:02 -07:00
stack_reference.go
stack_reference_test.go Support remote components in Go (#5558) 2020-10-29 15:13:17 -07:00
transformation.go
types.go Reduce the number of methods on output (#6593) 2021-03-23 14:05:42 +11:00
types_builtins.go [sdk/go] Add To methods to convert array and map values to Inputs (#6337) 2021-03-05 19:43:33 +11:00
types_builtins_test.go [sdk/go] Add To methods to convert array and map values to Inputs (#6337) 2021-03-05 19:43:33 +11:00
types_test.go Reduce the number of methods on output (#6593) 2021-03-23 14:05:42 +11:00