The foundation of an openwhisk runtime proxy in Go (#5)

This is a runtime proxy for openwhisk actions authored in Go. It is richer than the Node.js and python proxies in that it allows for a re-initialization, and a socket interface for receiving inputs and outputs from the function handlers. 
39 files changed
tree: 24f82c53f9a2b84b873313fd92c0585428be5f0d
  1. core/
  2. gradle/
  3. main/
  4. openwhisk/
  5. test/
  6. .gitignore
  7. build.gradle
  8. CONTRIBUTING.md
  9. gradlew
  10. gradlew.bat
  11. LICENSE.txt
  12. NOTICE.md
  13. README.md
  14. settings.gradle
README.md

Apache OpenWhisk Runtime for Go

This is an OpenWhisk runtime for Golang.

Check test documentation for testing.