This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 96a2e98 ajout de dossier pkg pour mettre les modules (go rules) new e366ae7 ajout de 2 tests pour modele plus tard ajout de l'auth jwt The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e366ae7b41e3e13f6ca541e3d65dddff2dcb7633 Author: Benjamin <poussin@codelutin.com> Date: Wed Apr 8 23:55:10 2020 +0200 ajout de 2 tests pour modele plus tard ajout de l'auth jwt Summary of changes: doc/implementation.md | 25 ++++++++++++++ go.mod | 1 + go.sum | 2 ++ pkg/http/router.go | 74 ++++++++++++++++++++++++++++++++++++++++ pkg/http/systemResource.go | 2 +- pkg/http/systemResource_test.go | 39 +++++++++++++++++++++ pkg/http/userResource.go | 63 +++++++++++++++++++++++++++++++++- pkg/repository/userRepository.go | 55 ++++++++++++++++++++++------- pkg/utils/const.go | 18 ++++++++++ pkg/utils/jwt.go | 55 +++++++++++++++++++++++++++++ pkg/utils/uuid_test.go | 17 +++++++++ 11 files changed, 337 insertions(+), 14 deletions(-) create mode 100644 pkg/http/systemResource_test.go create mode 100644 pkg/utils/const.go create mode 100644 pkg/utils/jwt.go create mode 100644 pkg/utils/uuid_test.go -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.