PromucFlow_constructor/app/server
Arpit Mohan 1133b53437 Adding Google authentication via Goth. All endpoints can now be authenticated.
Other changes include:
* Also removing httprouter mux in favour of gorilla for being more mature and having more integrations and resources available for debugging.
* Adding http middlewares for logging req processing time and handling authentication.

TODO: Need to add context in the middleware as well. Will be useful for logging and debugging.
2019-03-16 15:47:47 +05:30
..
api Adding Google authentication via Goth. All endpoints can now be authenticated. 2019-03-16 15:47:47 +05:30
models Adding Google authentication via Goth. All endpoints can now be authenticated. 2019-03-16 15:47:47 +05:30
rest Correcting the project structure as per idiomatic go 2019-03-10 15:51:19 +05:30
services Correcting the project structure as per idiomatic go 2019-03-10 15:51:19 +05:30
storage Correcting the project structure as per idiomatic go 2019-03-10 15:51:19 +05:30
url Adding Google authentication via Goth. All endpoints can now be authenticated. 2019-03-16 15:47:47 +05:30
utils Correcting the project structure as per idiomatic go 2019-03-10 15:51:19 +05:30
.gitignore Correcting the project structure as per idiomatic go 2019-03-10 15:51:19 +05:30
config.yml Adding Google authentication via Goth. All endpoints can now be authenticated. 2019-03-16 15:47:47 +05:30
go.mod Adding Google authentication via Goth. All endpoints can now be authenticated. 2019-03-16 15:47:47 +05:30
go.sum Adding Google authentication via Goth. All endpoints can now be authenticated. 2019-03-16 15:47:47 +05:30
Makefile Correcting the project structure as per idiomatic go 2019-03-10 15:51:19 +05:30
README.md Initial commit 2019-02-17 05:41:20 +00:00
server.go Adding Google authentication via Goth. All endpoints can now be authenticated. 2019-03-16 15:47:47 +05:30

internal-tools-server

This is the server-side repo for the internal tools framework