Commit Graph
6 Commits
Author SHA1 Message Date
Soam Vasani 95e38203a9 Fetcher is a helper for function run containers
Fetcher is a tool to download functions from the controller.  It is
meant to be run in a container in the same pod as the function run
container, with a shared volume.
2016-11-01 01:29:40 -07:00
Soam Vasani 83c995e019 Don't crash on user function exceptions 2016-10-29 20:39:41 -07:00
Soam Vasani 5d76ee8894 Remove outdated comment 2016-09-24 12:17:08 -07:00
Soam Vasani 35e3b3b421 Add logging middleware to log requests 2016-09-24 12:14:27 -07:00
Soam Vasani b42f4dee6a Add bodyParser calls for urlencoded and json request content-types 2016-09-24 11:47:01 -07:00
Soam Vasani 2aa4c58556 Move packages to root dir from src/
This is supposed to work slightly better with go import paths. I think.
2016-09-07 14:07:26 -07:00