Skip to content

Tags: openfaas/golang-http-template

Tags

0.8.0

Toggle 0.8.0's commit message
Fix vendoring for golang-http

Tested with a private Go module which was vendored, setting
GO111MODULE: off in build_args in stack.yml

I also created a nested package called pkg and referenced it
as "handler/function/pkg" from handler.go which worked as
expected.

Closes: #78

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.7.0

Toggle 0.7.0's commit message
Move to Go 1.17 for templates

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.6.0

Toggle 0.6.0's commit message
Switch to io from ioutil to read body

Tested with local docker build, also enables Go modules as a
default for golang-http, which was missing but meant to be
enabled via #63

Fixes #67

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.5.0

Toggle 0.5.0's commit message
Upgrade to of-watchdog 0.9.0

Introduces new quick shutdown mechanics.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.4.0

Toggle 0.4.0's commit message
Handle case when function is not a module

**What**
- Add check and skip when the funciton folder is not a module
Signed-off-by: Lucas Roesler <[email protected]>

0.3.4

Toggle 0.3.4's commit message
Bump golang image version to 1.15-apline3.12

Signed-off-by: Vivek Singh <[email protected]>

0.3.3

Toggle 0.3.3's commit message
Bump alpine version to 3.12

Signed-off-by: Vivek Singh <[email protected]>

0.3.2

Toggle 0.3.2's commit message
Move to using templates-sdk repo for http function

The HTTP function now makes use of a dedicated repository
for SDK resources in the openfaas org.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.3.1

Toggle 0.3.1's commit message
add query string example

Signed-off-by: Amal Alkhamees <[email protected]>

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md