You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are few options: we do the simplest with a Base struct in the package OR force everyone to use the helpers (by making the internal method part of an interface in the internal package). At this point probably the simplest option is the best.
Use optional interfaces - this is a larger change (tried it once) because lots of tests are using the interfaces.
Requirement: Solution needs to be applied to all Factory interfaces.
The text was updated successfully, but these errors were encountered:
The current Factory implementation for Receiver, Exporter do not allow new signals because interfaces cannot be extended:
Requirement: Solution needs to be applied to all Factory interfaces.
The text was updated successfully, but these errors were encountered: