Closed joemadeus closed 6 years ago
Changes the signature on func NewReporter to take a MeasurementsCommunicator instead of its concrete class, MeasurementsService, eliminating the need for a downcast.
func NewReporter
MeasurementsCommunicator
MeasurementsService
Changes the signature on
func NewReporter
to take aMeasurementsCommunicator
instead of its concrete class,MeasurementsService
, eliminating the need for a downcast.