pulumi/pkg/backend/display
Pat Gavlin 45d2fa95d6
Narrow a few interfaces. (#4934)
- Remove `Info` from `Source`. This method was not used.
- Remove `Stack` from `EvalSource`. This method was not used.
- Remove `Type` and `URN` from `Step`. These values are available via
  `Res().URN.Type()` and `Res().URN`, respectively. This removes the
  possibility of inconsistencies between the type, URN, and state of the
  resource associated with a `Step`.
- Remove URN from StepEventMetadata.
2020-07-01 15:32:50 -07:00
..
detailedDiff.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
detailedDiff_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
diff.go Narrow a few interfaces. (#4934) 2020-07-01 15:32:50 -07:00
display.go Narrow a few interfaces. (#4934) 2020-07-01 15:32:50 -07:00
events.go Narrow a few interfaces. (#4934) 2020-07-01 15:32:50 -07:00
json.go Narrow a few interfaces. (#4934) 2020-07-01 15:32:50 -07:00
jsonmessage.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
options.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
progress.go Narrow a few interfaces. (#4934) 2020-07-01 15:32:50 -07:00
query.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
rows.go Narrow a few interfaces. (#4934) 2020-07-01 15:32:50 -07:00
tableutil.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
watch.go Narrow a few interfaces. (#4934) 2020-07-01 15:32:50 -07:00