These 5 commits are when the Protocol Buffers files have changed:
Commit: | 51a92b4 | |
---|---|---|
Author: | techschool | |
Committer: | GitHub |
Add API to verify email (#84) * add api to verify email * fix indentation spaces * add TODO * update README file --------- Co-authored-by: phamlequang <phamlequang@gmail.com>
The documentation is generated from this commit.
Commit: | c335fd5 | |
---|---|---|
Author: | techschool | |
Committer: | GitHub |
add grpc api to update user (#58) Co-authored-by: phamlequang <phamlequang@gmail.com>
Commit: | 0181a5a | |
---|---|---|
Author: | techschool | |
Committer: | GitHub |
add static swagger documentation page to the server (#36) Co-authored-by: phamlequang <phamlequang@gmail.com>
Commit: | 200cb89 | |
---|---|---|
Author: | techschool | |
Committer: | GitHub |
add grpc gateway to serve both HTTP and gRPC requests #33 Co-authored-by: phamlequang <phamlequang@gmail.com>
Commit: | 5174eb1 | |
---|---|---|
Author: | techschool | |
Committer: | GitHub |
add grpc service to create and login user (#32) * add grpc service to create and login user * fix indentation * update go 1.18 in github action test Co-authored-by: phamlequang <phamlequang@gmail.com>