Than means in the next version I'll drop GetOrCreateUser(userID string) User from the UserStore interface and replace it more usual GetUser(userName string) *User
We can also add some UI to define displayName. But idk do we really need it in _example. Will see.
refs:
Goal flow should be look like:
user.name
user.id
user.name
Than means in the next version I'll drop
GetOrCreateUser(userID string) User
from theUserStore
interface and replace it more usualGetUser(userName string) *User
We can also add some UI to define
displayName
. But idk do we really need it in _example. Will see.