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
For example, I want to replace app/router.Router with my custom implementation of features/routing.Router. How could I do this?
Using (*Instance).AddFeature won't work because the feature will be appended at the end of the features, and won't be reached in (*Instance).GetFeature.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I want to replace
app/router.Router
with my custom implementation offeatures/routing.Router
. How could I do this?Using
(*Instance).AddFeature
won't work because the feature will be appended at the end of thefeatures
, and won't be reached in(*Instance).GetFeature
.Is there anything I missing?
Beta Was this translation helpful? Give feedback.
All reactions