go-exercises-backend, v1.7.1
Posted on

Back-end of the service for solving programming exercises.
Perform refactoring.
Change Log
- perform refactoring:
- replace the
registers.SolutionResultRegisterstructure with theusecases.SolutionUsecase.RegisterSolutionResult()method; - replace the
registers.SolutionRegister.performRegistration()method with theusecases.SolutionUsecase.RegisterSolution()one; - add the
usecases.UserUsecasestructure.
- replace the
Repository
Link: https://github.com/thewizardplusplus/go-exercises-backend/tree/v1.7.1.
Content: code.
License: MIT.