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
common: update New*() functions to return interface type
Change the return types from pointers to the inheriting type (e.g.
'userProvider') to the interface type ('UserProvider'). This is more
consistent with the rest of the codebase, and more readily provides compiler
errors when the type does not implement the interface.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments