(ctx context.Context, userID, pass string)
| 51 | UpdateEmail(ctx context.Context, userID, email string) error |
| 52 | UpdateUserInterface(ctx context.Context, userID, language, colorSchema string) (err error) |
| 53 | UpdatePass(ctx context.Context, userID, pass string) error |
| 54 | UpdateInfo(ctx context.Context, userInfo *entity.User) (err error) |
| 55 | UpdateUserProfile(ctx context.Context, userInfo *entity.User) (err error) |
| 56 | GetByUserID(ctx context.Context, userID string) (userInfo *entity.User, exist bool, err error) |
no outgoing calls