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
Is there any way to extend the repository struct? For example, the generic repository can be embedded in a more specific reposoitory struct (UserRepository).
I tried to play with it but got multiple errors with private fields and embedding generic struct.