Register module¶
-
class
use_cases.user.register.Register¶ Bases:
objectClass to register the user in the server
-
static
response(user, server, args) → entities.ent_user.User¶ Performs the register of user in the server
- Parameters
server – IP where the server will be allocated
args – args to register the user
- Returns
user obj with the changes
-
static